@charset "utf-8";
/* CSS Document */
.kv {
  position: relative;
}
/*newスライダー*/
.slick-track {
  height: 100vh;
}
.slider {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}
.slider .slick-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center bottom;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 0;
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.add-animation {
  animation: zoomUp 4s linear 5s normal both;
}
.dots-wrap {
  display: block;
  position: absolute;
  top: calc(50% - 110px);
  right: 20px;
  padding: 0 15px;
}
.dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 10px 5px;
  background: #999;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover, .dots-wrap li.slick-active {
  background: #fff;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/*.slideshow01, .slideshow02 {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}
.slideshow01 .item, .slideshow02 .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.slideshow02 .item {
  background-position: center bottom;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 0;
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: -1;
}*/
#leadarea .inner, #location .inner, #whatson .inner, #new-banner .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
#whatson .inner {
  padding: 100px 0 0;
}
.inner h2 {
  text-align: center;
  padding-bottom: 50px;
}
#leadarea .inner {
  text-align: center;
}
#leadarea .logo img {
  width: 200px;
  padding-bottom: 50px;
}
#leadarea .more a {
  display: block;
  margin: 50px auto 0;
  padding: 10px 20px;
  color: #fff;
  background: #936d00;
  width: 200px;
  text-decoration: none;
  font-size: 14px;
}
.whatson {
  padding-bottom: 130px;
}
.whatson, #location, #whatson {
  background: #f1f1f1;
}
#location .inner {
  padding-bottom: 50px;
  /* background: url("/images/location_map.jpg") no-repeat center 155px; */
  overflow: hidden;
}
#location .inner.en {
  padding-bottom: 50px;
  /* background: url("/images/location_map_en.jpg") no-repeat center 155px; */
  overflow: hidden;
}
#location .map-container {
  text-align: center;
}
/* #location .areamap {
  width: 560px;
  margin: 0 10px;
}
#location .areamap h3 {
  background: #000;
  color: #fff;
  font-size: 110%;
  text-align: center;
  padding: 10px 10px;
  font-weight: normal;
}
#location .tokyo {
  float: left;
}
#location .kyoto {
  float: right;
}
#location .areamap div {
  background: #fff;
  border: 1px solid #000;
  padding: 30px 10px;
  height: 670px;
}
#location .areamap ul {
  padding-top: 30px;
}
#location .areamap ul li {
  text-align: center;
} */
#new-banner .inner {
  padding: 170px 0 50px;
  text-align: center;
}
#new-banner .inner img {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
}
#new-banner .inner a {
  transition-property: opacity;
  transition-duration: 0.5s;
}
#new-banner .inner a:hover {
  opacity: 0.7;
}
.experience_top_ttl {
  margin: 140px auto 40px !important;
  text-align: center;
}
.explore_top_ttl {
  margin: 160px auto 40px !important;
  text-align: center;
}
.explore_top_ttl img {
    height: 40px !important;
}
#advantage .inner, #explore .inner {
  padding: 100px 0 40px;
}
#advantage ul, #explore ul {
  overflow: hidden;
}
#advantage ul li, #explore ul li {
  float: left;
  text-align: center;
  padding-right: 0;
  font-size: 110%;
  width: 25%;
}
#advantage ul li a, #explore ul li a {
  color: #000;
  text-decoration: none;
}
#advantage ul li a:hover, #explore ul li a:hover {
  text-decoration: underline;
}
#advantage ul li:last-child, #explore ul li:last-child {
  padding-right: 0;
}
#advantage ul li img, #explore ul li img {
  display: block;
  margin: 0 0 20px;
}
#whatson .inner {
  text-align: center;
}
#whatson h2 + p {
  padding: 0 0 50px;
  line-height: 2;
  font-size: 110%;
}
#whatson h2 + p span {
  font-size: 150%;
  font-weight: bold;
  background: url("/images/icon_insta.png") no-repeat 0 0;
  background-size: 34px;
  padding: 0 10px 0 40px;
}
.sb_instagram_header {
  display: none;
}
/* index topics */
#indexTopics {
  margin: 0 auto;
  width: 100%;
  padding-top: 160px;
  /*padding-bottom: 100px;*/
  overflow: hidden;
}
#indexTopics + .wp-block-buttons {
  margin-top: -100px;
  margin-bottom: 160px;
}
#indexTopics + .wp-block-buttons .morebtn a {
  margin-top: 0;
}
#indexTopics h2 {
  margin-bottom: 40px;
  text-align: center;
}
#indexTopics a.topicsLink {
  display: block;
  width: 25%;
  float: left;
  letter-spacing: normal;
  text-decoration: none;
}
.topicsColumns {
  display: block;
  position: relative;
}
.topicsImageWrap {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 10px;
}
.topicsImageWrap span {
  background-position: center;
}
.topicsImageFolder {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 0.15s ease;
  width: 100%;
  height: 260px;
  /*opacity: 0;*/
}
.topicsImageFolder.on {
  opacity: 1;
}
#indexTopics a.hover .topicsImageFolder.on {
  opacity: .85;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
#indexTopics a.topicsLink span.topicsRead {
  display: block;
  font-size: 18px;
  margin: .5em 20px;
  line-height: 1.5;
  color: #000;
  /*height: 100px;*/
  /*text-align: center;*/
  font-weight: bold;
}
#indexTopics a.hover.topicsLink span.topicsRead {
  text-decoration: underline;
}
.travelnn a.topicsLink span.topicsRead, .explore a.topicsLink span.topicsRead {
  font-size: 18px !important;
  text-align: center !important;
  height: 50px !important;
}
.btnContena.indexTopics {
  clear: both;
  display: none;
}
.btnContena a.whiteBtn {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  margin: 0 auto;
  width: 110px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0;
  border: solid 1px #999;
}
#indexTopics .hotelicon {
  color: #000;
  font-size: 73%;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #000;
  padding: 4px 10px;
  margin: 0 20px;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .kv {
    position: relative;
    margin-bottom: 100px;
  }
  .wrap {
    position: relative;
  }
  /*newスライダー*/
  .slick-track {
    height: 100vh;
  }
  .slider {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-top: -100px;
    /*padding-top: 100px;*/
  }
  .slider .slick-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    background-size: cover;
    background-position: center center;
  }
  .dots-wrap {
    display: block;
    position: absolute;
    top: calc(50% + 50px);
    right: 0;
    /*justify-content: center;*/
  }
  .dots-wrap li {
    width: 12px;
    height: 12px;
    margin: 15px 5px;
  }
  /*.slideshow01, .slideshow02 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .slideshow01 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .slideshow01 .item, .slideshow02 .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    display: none;
    background-size: cover;
    background-position: center center;
  }
  .slideshow02 .item {
    background-position: center bottom;
  }
  .in {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 0;
  }
  .out {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: 4s;
    transition: 4s;
    z-index: -1;
  }*/
  .title {
    position: absolute;
    transform: translate(calc(50vw - 50%), calc(50vh - 50%));
    z-index: 10;
    color: rgba(102, 102, 102, 0.70);
  }
  .blackFrame {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 1;
    width: 90%;
    height: 90%;
  }
  .wrap img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 70%;
  }
  #leadarea .inner, #location .inner, #advantage .inner, #explore .inner, #news .inner, #whatson .inner, #new-banner .inner {
    width: 100%;
    margin: 0 auto;
    padding: 15% 0;
  }
  .inner h2 {
    text-align: center;
    padding-bottom: 7%;
  }
  .inner h2 img {
    height: 35px;
  }
  #leadarea .inner {
    text-align: center;
  }
  #leadarea .logo img {
    padding-bottom: 7%;
    height: auto;
  }
  #leadarea .more a {
    display: block;
    margin: 50px auto 0;
    padding: 10px 20px;
    color: #fff;
    background: #936d00;
    width: 200px;
    text-decoration: none;
  }
  #location, #whatson {
    background: #f1f1f1;
  }
  #location .inner {
    padding-bottom: 50px;
    /* background: url("/images/location_map.jpg") no-repeat center 120px;
    background-size: 100%; */
    overflow: hidden;
  }
  #location .inner.en {
    padding-bottom: 50px;
    /* background: url("/images/location_map_en.jpg") no-repeat center 120px;
    background-size: 100%; */
    overflow: hidden;
  }
  #location h2 {
    padding: 0 5% 50px;
  }
  #location .map-container {
    text-align: center;
    width: 100%;
  }
  #location .map-container img {
    width: 100%;
  }
  /* #location .areamap {
    width: 90%;
    margin: 0 5%;
  }
  #location .areamap h3 {
    background: #000;
    color: #fff;
    font-size: 110%;
    text-align: center;
    padding: 10px 10px;
    font-weight: normal;
  }
  #location .areamap {
    float: none;
  }
  #location .areamap div {
    background: #fff;
    border: 1px solid #000;
    padding: 30px 10px;
    height: auto;
    margin-bottom: 0;
  }
  #location .tokyo div {
    margin-bottom: 10%;
  }
  #location .areamap div img {
    width: 100%;
  }
  #location .areamap ul {
    padding-top: 30px;
    font-size: 14px;
  }
  #location .areamap ul li {
    text-align: center;
    padding-bottom: 15px;
  } */
  #new-banner .inner {
    padding: 120px 0 30px;
  }
  #new-banner .inner img {
    width: 80%;
  }
  .experience_top_ttl {
    margin: 110px auto 40px !important;
  }
  .explore_top_ttl {
    margin: 130px auto 40px !important;
  }
  .whatson {
    padding-bottom: 100px;
  }
  #whatson .inner {
    text-align: center;
    padding-bottom: 0;
  }
  #whatson h2 + p {
    padding: 0 0 50px;
    line-height: 2;
    font-size: 110%;
  }
  #whatson h2 + p span {
    font-size: 150%;
    font-weight: bold;
    background: url("/images/icon_insta.png") no-repeat 0 0;
    background-size: 30px;
    padding: 0 10px 10px 40px;
  }
  .topicsImageWrap {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #indexTopics {
    padding-top: 130px;
  }
  #indexTopics + .wp-block-buttons {
    margin-top: -130px;
    margin-bottom: 130px;
  }
  #indexTopics a.topicsLink span.topicsRead {
    display: block;
    font-size: 18px;
    margin: .5em 20px;
    line-height: 1.5;
    color: #000;
    overflow: auto;
  }
  .topicsColumns {
    margin-bottom: 60px;
  }
  .indexImageCage {
    width: 100%;
    height: 400px;
  }
  .btnContena a.arrow {
    color: #fff !important;
  }
  #indexTopics a.topicsLink {
    display: inline-block;
    letter-spacing: normal;
    text-decoration: none;
    width: 100%;
  }
  .travelnn h2 img {
    width: 90%;
  }
}