#container_wrapper {
  padding: 0 ;
}
.cell {
  vertical-align: middle;
}


/* Title  */
#ttl {
  margin: 0 0 10px;
}
h1 {
  font-size: 2.8em;
  padding: 4px 2%;
  color: #fff;
  background-color: #624A69;
  clear: both;
}

#main_visual {
  width: 100%;
  margin: 0 0 1.5em;
}

#tag {
  width: 100%;
  float: left;
  margin: 0 -155px 0 0;
}
#tag_wrapper {
  margin: 0 155px 0 0;
  padding: 0 10px 0 2%;
}
.tag_list li {
  display: inline-block;
  margin: 0 10px 15px 0;
}
.tag_list li a {
  color: #fff;
  padding: 3px 10px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #1987E5;
  font-size: 1em;
}

/* Left menu  */

#side {
  position: relative;
  width: 300px;
  height: auto;
}

.side_index {
  position: absolute;
  top: 0;
  margin: 0 0 0 10px;
  padding: 20px 0;
  width: 290px;
  opacity: 0.95;
  z-index: 2;
}
.side_list {
  position: relative;
  background-color: #333;
  padding: 5px 10px 10px 10px;
  margin: 0 0 10px;

}
.side_list ul{
  position: relative;
  background-color: #fff;
}
.side_list li {
  background-color: #333;
  margin: 0;
  font-size: 1em;
  transition: 0.2s;
}
.side_list li:last-child {
  padding-top: 2px;
  text-align: right;
  font-size: 0.8em;
  border-bottom: none;
  border-top: 1px #444 solid;
}
.side_list li a {
  display: block;
  padding: 6px 10px ;
  color: #fff;
}
.side_list li:last-child a {
  padding: 2px 10px;
}
.side_list li:hover {
  opacity: 0.8;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#index_bar {
  position: absolute;
  width: 110px;
  height: 44px;
  top: 33px;
  left: 255px;
  cursor: pointer;
  display: none;
  -moz-transform:    rotate( -90deg );
  -webkit-transform: rotate( -90deg );
  -o-transform:      rotate( -90deg );
  -ms-transform:     rotate( -90deg );
  transform:         rotate( -90deg );
  background-color: #333;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 5;
}
.slide#index_bar {
  box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.4);
}
#index_bar p {
  position: relative;
  padding: 12px 15px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

.slide {
  box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.03);
}
.maplink p {
  font-size: 0.9em;
}
.maplink span {
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}


/* Main contents  */

#main {
  position: relative;
  width: 100%;
  padding: 20px;
  height: auto;
}

#side.fixed {
  position: static;
}
.fixed .side_index {
  position:fixed;
}
.fixedb .side_index {
  top: auto;
  bottom: 0;
}

.link {
  float: right;
  margin: 5px 0 0 ;
}
#video {
  margin: 0 0 30px 0;
}
.vid {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.vid iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left:0;
}
.video_btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 4px;
  margin: 0 0 0 10px;
  background-color: #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.video_btn img {
  position: absolute;
  width: 20px;
  height: 20px;
}

#viewer {
    width: 90%;
    margin: 20px;
    padding: 20px;
    max-width: 980px;
    min-width: 480px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #222;
    position: fixed;
    z-index: 11;
}
#viewer .close {
  top: 0;
  right: 0;
}
#v_container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#v_container iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    height: 100% !important;
}

#map_info {
  position: relative;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 20px;
  margin: 0 0 30px 0;
  background-color: #fff;
}
#map_outer {
  position: relative;
  width: 100%;
  height: 100%;
}
#map_outer:before {
  padding-top: 40%;
  display: block;
  content: "";
}
#map_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mapbtn {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -48px;
  right: 0;
  -webkit-border-radius: 5px 5px 0 0 ;
  -moz-border-radius: 5px 5px 0 0 ;
  border-radius: 5px 5px 0 0 ;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 3;
}
#mapbtn img {
  width:22px;
  height:33px;
  margin:10px 13px 2px;
}
#map_fixed {
  position: fixed;
  width: 100%;
  bottom: -9999px;
  z-index: 4;
}
#map_fixed:after {
  padding-top: 40%;
  display: block;
  content: "";
}
#map_overlay {
  width: 100%;
  height: 500px;
  left: 0;
  bottom: -500px;
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
}
.map_overlay_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1280px;
  min-width: 768px;
}
#spot_info {
  position: relative;
  width: 100%;
  clear: both;
}
.spot_info_block {
  padding: 30px 20px;
}
.cont {
  position: relative;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  margin: 0 0 30px 0;
  background-color: #fff;
}
.cont_txt {
  padding: 30px 20px;
}
.spot_info_wrapper{
  position: relative;
  width: 100%;
}
.odd .spot_txt {
  padding: 0 2% 0 0;
}
.even .spot_txt {
  padding: 0 0 0 2%;
}
.spot_ttl {
  margin: 0 0 10px;
}
.spot_txt_box h2 {
  position: relative;
  top: -5px;
}
.spot_add {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.spot_add div {
  width: 100%;
}
.spot_add p {
  display: inline;
}
.spot_btn {
  display: inline-block;
  width: 16px;
  height: 28px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.spot_btn img {
  cursor: pointer;
}
.spot_info_block h2 {
  display: inline-block;
}
.link a {
  color: #fff;
  padding: 0 5px 1px;
  margin: 0 0 0 10px;
  font-size: 1.1em;
  background-color: #C3A1CF;
  display: inline;
  float: right;
}
.link a:hover {
  color: #fff;
  background-color: #C3A1CF;
  opacity: 0.6;
  text-decoration: none;
}
.page_link {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.page_link a {
  padding: 3px;
}
.spot_img {
  width: 50%;
}
.odd .spot_img {
  float: right;
  margin: 5px 0 5px 20px;
}
.even .spot_img {
  float: left;
  margin: 5px 20px 5px 0;
}

@media (max-width: 1280px) {
  #mapbtn {
  right: 10px;
  }
}
@media (max-width: 1120px) {
  .spot_info_wrapper > * {
  font-size: 0.9em;
  }
}
@media (max-width: 1048px) {
  #side {
    width: 20px;
  }
  .side_index {
    left: -305px;
  }
  #index_bar {
  display: block;
  }
  #main {
    margin-left: 40px;
  }
  .slide {
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
  }
  .spot_info_wrapper > * {
    font-size: 1em;
  }
}
@media (max-width: 880px) {
  .spot_info_wrapper > * {
  font-size: 0.9em;
  }
}


.marker_info h3 {
  font-size: 1em;
}

#gallery {
  margin: 0 0 20px;
}
#gallery .txt {
  margin: 0;
}
#gallery_wrapper {
  padding: 1em 2% 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gallery_link {
  position: relative;
  cursor: pointer;
  display: block;
}

.gallery_package {
  position: relative;
  width: 100%;
  margin: 2% 0 0 20px;
}
.gallery_package:after {
  content: "";
  display: block;
  clear: both;
}
.gallery_package h3, .rec_ttl {
  position: absolute;
  width : 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 2% 4%;
  margin: 0;
  line-height: 1.5;
  background: rgba(0,0,0,0.1);
  background: -webkit-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,1.0)),
to(rgba(0,0,0,1.0)));
  background: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,1.0));
  background: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,1.0));
  background: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,1.0));
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,1.0));
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#22000000, endColorStr=#FF000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#22000000, endColorStr=#FF000000)";
}

.thumbs {
  position: relative;
  width: 100%;
}
.thumbs li.package_wrapper {
  position: relative;
  width: 47.2%;
  margin: 0 2% 0 0;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.thumbs li {
  position: relative;
  width: 22.1%;
  margin: 0 2% 2% 0;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.more_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15% 0 0 ;
  display: block;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 3em;
  text-align: center;
  pointer-events: none;
}
#modal-overlay{
  z-index:10;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#gallery_box {
  position: fixed;
  width:90%;
  top:0;
  left: 0;
  margin:20px;
  padding: 5px 1% 1%;
  max-width: 1048px;
  min-width: 560px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  background-color: #333;
  z-index: 11;
}
#gallery_ttl {
  position: relative;
  height: 1.8em;
  font-size: 1.2em;
  padding: 5px;
  color: #fff;
}
#rec_link {
  position: relative;
  margin : 0 0 0 20px;
  font-size: 0.8em;
  color: #fff !important;
  padding: 0 3px;
  background: #666;
}
.close {
  position: absolute;
  width:28px;
  height:28px;
  color: #fff;
  font-size: 1.2em;
  top: 5px;
  right: 5px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
#gallery_box_wrapper {
  opacity: 0;
}
#gallery_main {
  position: relative;
  width: 100%;
}
#gallery_img_wrapper:-webkit-full-screen{
  position : fixed ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
}
#gallery_img_wrapper:-moz-full-screen {
  position : fixed ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
}
#gallery_img_wrapper:-ms-fullscreen {
  position : fixed ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
}
#gallery_img_wrapper:fullscreen {
  position : fixed ;
  left     : 0 ;
  top      : 0 ;
  width    : 100% ;
  height   : 100% ;
}
#gallery_imgs {
  position: relative;
  width: 100%;
  height: 100%;
}

#gallery_img_wrapper {
  text-align: center;
}
#prev img, #next img, #full img {
  vertical-align:middle;
  max-width: 100%;
  max-height: 100%;
}
.imgs, #prev, #next, #full {
  z-index: 6;
}
#gallery_main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#gallery_img_container {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#gallery_img_container img {
  display: none;
}
#gallery_recs {
  margin: 3% 10%;
  z-index: 7;
  display: none;
  background: #333;
}
#gallery_recs:after {
  content: '';
  display: block;
  clear: left;
}
#gallery_recs .wrap {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: auto;
}
#gallery_recs li {
  position: relative;
  float: left;
  width: 45.9%;
  padding-top: 30.6%;
  margin: 2%;
  cursor: pointer;
}
#gallery_box .alert {
  width: 100%;
  height: 100%;
  padding: 45% 0 0;
  color: #fef263;
  font-size: 1.5em;
  background: #333;
}
#gallery_txt {
  position: relative;
  width: 100%;
  margin: 10px 0;
  height: 4.5em;
}
#gallery_txt p{
  position: absolute;
  color: #fff;
  top:0;
  left: 0;
  display: none;
}
.photo_ttl {
  display: block;
  font-size: 1.2em;
}
.cbtn {
  text-align: center;
  font-size: 24px;
  padding: 0 10px;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
}
.cbtn:hover {
  opacity: 0.8;
}
.carousel_list {
  width: 100%;
  overflow: hidden;
}
.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
#gallery_thumb {
  width: 500%;
}
#gallery_thumb li {
  position: relative;
  float: left;
  width: 1.82%;
  padding-top: 1.82%;
  margin: 0 0.2% 0 0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  cursor: pointer;
}
#gallery_thumb li:first-child {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#gallery_thumb li:last-child {
  margin: 0;
}
#gallery_thumb li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: contain;
}
#gallery_thumb .rec  div {
  vertical-align: middle;
  color: #fff;
  background: #444;
  text-align: center;
}
#gallery_thumb .rec div:before {
  content: "";
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#gallery_thumb .rec span {
  vertical-align: middle;
}
#carousel_area {
  position: relative;
  padding-top: 12%;
  overflow: hidden;
}
#pointer {
  width: 100%;
  margin: 5px auto 0;
  text-align: center;
}
#pointer li {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
}
#pointer .cur {
  opacity: 0.8;
}

#prev, #next {
  position: absolute;
  top: 0;
  width:30%;
  height: 100%;
  color: #fff;
  opacity: 0;
  cursor: pointer;
}
#prev img, #next img {
  position: absolute;
  top:48%;
  width: 28px;
}
#prev img {
  left:10px;
}
#next img {
  right: 10px;
}
#prev {
  left:0;
}
#next {
  right: 0;
}
#full {
  position: absolute;
  width: 28px;
  top: 10px;
  right: 10px;
  opacity: 0;
  cursor: pointer;
}

.clearfix {
  min-height: 1px;
}
.googleMapCanvas {
  position: relative;
  width: 100%;
  height: 100%;
}
.glink {
  cursor: pointer;
  display:block;
  z-index: 1;
}
.glink:after {
  content: url("../images/zoom.png");
  width: 18px;
  height: 18px;
  padding: 6px;
  background: rgba(0,0,0,0.4);
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  pointer-events: none;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox{
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}
.mCSB_container{
    overflow: hidden;
    width: auto;
    height: auto;
}
.mCSB_inside > .mCSB_container{ margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; }
.mCSB_scrollTools{
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools{ right: -26px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; }
.mCSB_scrollTools .mCSB_draggerContainer{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail{
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger{
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  position: relative;
  width: 2px !important;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px;}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px;}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail{
  background-color: #000; background-color: rgba(0,0,0,0.4);
  filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: #fff; background-color: rgba(255,255,255,0.75);
  filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color: #fff; background-color: rgba(255,255,255,0.85);
  filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: #fff; background-color: rgba(255,255,255,0.9);
  filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; }