@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  z-index: -100;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 55px 10px;
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* Section Color */
.sec-gray {
  background-color: #f2f2f2;
  color: #333333;
}

/* Hero Header */
.hdg-main {
  width: 100%;
  min-height: 900px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
  z-index: -1;
}
.hdg-main-img {
  width: calc(100% - 420px);
	height: 100%;
  min-height: 800px;
	position: relative;
}
.hdg-main-img-slide {
  margin-top: 100px;
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 80vh;
  display: block;
	background: url("../img/img_hdg-main-img-bg_01.jpg") center center;
	background-size: cover;
}
.hdg-main-img-text {
  color: #a1a1a1;
  position: absolute;
  top: 40px;
  right: 100px;
  font-family: adobe-garamond-pro, garamond, serif;
	font-weight: 400;
  font-style: normal;
  font-size: 5.6rem;
  letter-spacing: 0.6rem;
  z-index: 20;
}
.hdg-main-contents {
  width: 420px;
  min-height: 800px;
  background: #fff;
  padding: 50px 0 0 50px;
  position: relative;
}
.wave {
  opacity: .4;
  position: absolute;
  top: -3%;
  left: 8%;
  background: #e6e6e6;
  width: 650px;
  height: 650px;
  margin-left: -325px;
  margin-top: -325px;
  -webkit-transform-origin: 50% 48%;
          transform-origin: 50% 48%;
  border-radius: 43%;
  -webkit-animation: drift 15000ms infinite linear;
          animation: drift 15000ms infinite linear;
}
.wave.-three {
  -webkit-animation: drift 25000ms infinite linear;
          animation: drift 25000ms infinite linear;
}
.wave.-two {
  -webkit-animation: drift 35000ms infinite linear;
          animation: drift 35000ms infinite linear;
  opacity: .1;
  background: #f2f2f2;
}
@-webkit-keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes drift {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.hdg-main-contents-img {
  width: 160px;
  position: relative;
  z-index: 5;
}
.hdg-main-contents-text {
  margin: 20vh -170px 50px 0;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 50px;
  position: relative;
  z-index: 50;
}
.hdg-main-contents-text::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background: #82bc80;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.hdg-main-contents-text h1 {
  font-size: 4.7rem;
  letter-spacing: 0.7rem;
}
.hdg-main-contents-text h1 > span {
  color: #fff;
}
.hdg-main-contents-text p {
  color: #666;
  margin-top: 50px;
  font-size: 1.7rem;
  letter-spacing: 0.65rem;
  line-height: 2.4;
}
@media screen and (orientation: portrait) and (min-width: 768px) {
  .hdg-main {
    min-height: 100vw;
    flex-direction: column;
  }
  .hdg-main-img {
    width: 100%;
    height: auto;
    min-height: auto;
    z-index: 30;
  }
  .hdg-main-img-slide {
    margin-top: 0;
    width: 100%;
    height: 75vw;
    min-height: auto;
    max-height: auto;
  }
  .hdg-main-img-text {
    top: auto;
    right: auto;
    bottom: -55px;
    left: 40px;
    color: #666;
  }
  .hdg-main-contents {
    width: 100%;
    min-height: auto;
  }
  .wave {
    top: -5%;
    right: 2%;
    width: 600px;
    height: 600px;
    margin-left: auto;
    margin-right: -300px;
    margin-top: -300px;
  }
  .hdg-main-contents-img {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .hdg-main-contents-text {
    margin: 50px 0 50px 0;
    padding-left: 30px;
  }
  .hdg-main-contents-text h1 {
    font-size: 4rem;
  }
  .hdg-main-contents-text h1 > span {
    color: #333;
  }
}
@media screen and (max-width: 767px) {
  .hdg-main {
    min-height: 100vw;
    flex-direction: column;
  }
  .hdg-main-img {
    width: 100%;
    height: auto;
    min-height: auto;
    z-index: 30;
  }
  .hdg-main-img-slide {
    margin-top: 0;
    width: 100%;
    height: 75vw;
    min-height: auto;
    max-height: auto;
  }
  .hdg-main-img-text {
    top: auto;
    right: 0;
    bottom: -45px;
    left: 0;
    font-size: 2.8rem;
    text-align: center;
  }
  .hdg-main-contents {
    width: 100%;
    min-height: auto;
    padding: 10px;
  }
  .wave {
    top: -150px;
    left: -50%;
    right: -50%;
    width: 600px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -300px;
  }
  .hdg-main-contents-img {
    width: 100%;
    padding-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .hdg-main-contents-img img {
    width: 100px;
  }
  .hdg-main-contents-text {
    margin: 50px 0 40px;
    padding-left: 20px;
  }
  .hdg-main-contents-text::before {
    width: 3px;
    left: 5px;
  }
  .hdg-main-contents-text h1 {
    font-size: 2.7rem;
    letter-spacing: 0.4rem;
  }
  .hdg-main-contents-text h1 > span {
    color: #333;
  }
  .hdg-main-contents-text p {
    color: #666;
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.6rem;
    line-height: 1.8;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  padding-bottom: 70px;
}
.hdg-sec-lv2::before, .hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 10vw;
  height: 3px;
  background-color: #333333;
  flex-shrink: 2;
}
.hdg-sec-lv2[data-type="white"] {
  color: #fff;
}
.hdg-sec-lv2[data-type="white"]::before, .hdg-sec-lv2[data-type="white"]::after {
  background-color: #fff;
}
.hdg-sec-lv2 h2 {
  font-size: 3.8rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem;
  margin: 0 30px;
  flex-grow: 2;
}
.hdg-sec-lv2 h2 > span {
  display: inline-block;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2  {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .hdg-sec-lv2 h2 {
    font-size: 2.2rem;
    margin: 0 20px;
  }
  .hdg-sec-lv2::before, .hdg-sec-lv2::after {
    content: none;
  }
}

/* Spot List */
.m-list-spot {
  margin: 50px 0;
}
.m-list-spot-content {
  display: flex;
  align-items: center;
  margin-left: -40px;
  margin-top: 70px;
}
.m-list-spot-content:first-child {
  margin-top: 0;
}
.m-list-spot-content:nth-child(2n) {
  flex-direction: row-reverse;
}
.m-list-spot-content .m-list-spot-img {
  width: 60%;
  padding-left: 40px;
}
.m-list-spot-content .m-list-spot-img-inner {
  width: 100%;
  padding: 0 60px 40px 0;
  position: relative;
}
.m-list-spot-content:nth-child(2n) .m-list-spot-img-inner {
  padding: 0 0 40px 60px;
}
.m-list-spot-content .m-list-spot-img-inner img.float {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-list-spot-content:nth-child(2n) .m-list-spot-img-inner img.float {
  bottom: 0;
  right: auto;
  left: 0;
}
.m-list-spot-content .m-list-spot-body {
  width: 40%;
  padding-left: 40px;
}
.m-list-spot-content .m-list-spot-body h3 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #a1a1a1;
}
.m-list-spot-content .m-list-spot-body p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .m-list-spot-content {
    margin-left: 0;
    flex-direction: column;
  }
  .m-list-spot-content:nth-child(2n) {
    flex-direction: column;
  }
  .m-list-spot-content .m-list-spot-img {
    width: 100%;
    padding-left: 0;
  }
  .m-list-spot-content .m-list-spot-img-inner {
    width: 100%;
    padding: 0 30px 20px 0;
    position: relative;
  }
  .m-list-spot-content:nth-child(2n) .m-list-spot-img-inner {
    padding: 0 0 20px 30px;
  }
  .m-list-spot-content .m-list-spot-img-inner img.float {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .m-list-spot-content:nth-child(2n) .m-list-spot-img-inner img.float {
    bottom: 0;
    right: auto;
    left: 0;
  }
  .m-list-spot-content .m-list-spot-body {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
  .m-list-spot-content .m-list-spot-body h3 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .m-list-spot-content:nth-child(2n) .m-list-spot-body h3 {
    text-align: right;
  }
  .m-list-spot-content .m-list-spot-body p {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}

/* Tour Info */
.tour-info {
  background-color: rgba(41,41,41,0.50);
}
.tour-info::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background: url("../img/img_tour-info-bg.jpg") center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -50;
}
.m-list-tour {
  display: flex;
  margin-left: -20px;
}
.m-list-tour li {
  width: 33.3%;
  padding-left: 20px;
}
.m-list-tour li .m-list-tour-inner {
  padding: 15px;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.m-list-tour li .m-list-tour-inner h3 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  position: relative;
  padding-bottom: 12px;
}
.m-list-tour li .m-list-tour-inner h3::after {
  content: '';
  width: 40%;
  height: 3px;
  display: block;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 30%;
}
.m-list-tour li .m-list-tour-inner p span {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  .m-list-tour {
    flex-direction: column;
    margin-left: 0;
  }
  .m-list-tour li {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .m-list-tour li:first-child {
    margin-top: 0;
  }
  .m-list-tour li .m-list-tour-inner {
    padding: 10px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .m-list-tour li .m-list-tour-inner h3 {
    min-width: 30%;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    padding-bottom: 0;
    padding-right: 12px;
  }
  .m-list-tour li .m-list-tour-inner h3::after {
    width: 2px;
    height: 80%;
    top: 10%;
    bottom: 10%;
    left: auto;
    right: 12px;
  }
  .m-list-tour li .m-list-tour-inner p {
    margin: 0 0 0 12px;
  }
}




.tour-detail {
  background-color: #fff;
}









/* Loading */
#loading-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background-color: #000;
  opacity: 1;
  top: 0;
  left: 0;
}
.loading-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
.spinner {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); 
}
.spinner > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.spinner > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.spinner > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.loading-txt {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
  color: rgba(255,255,255,0.3);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 65px 100%;
  -moz-background-size: 65px 100%;
  background-size: 65px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}