@charset "utf-8";

/* ---- Hero ---- */
.hero {
  position: relative;
  width: 100%;
  background: #000; /* 読み込み前の下地 */
  overflow: hidden;
}

/* ---- 動画ラッパ：高さは動画の比率に合わせる ---- */
.hero__media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 動画の縦横比に合わせて変更可 */
  overflow: hidden;
}

/* ---- 背景動画 ---- */
.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: none; /* デフォルト非表示（あとでメディアクエリで切り替え） */
}

/* ---- PC表示用 ---- */
@media (min-width: 769px) {
  .hero__media-wrapper { aspect-ratio: 16 / 9; }
  .hero__media--pc { display: block; }
}

/* ---- SP表示用 ---- */
@media (max-width: 768px) {
  .hero__media-wrapper { aspect-ratio: 9 / 16; }
  .hero__media--sp { display: block; }
}

/* ---- テキストを中央に配置 ---- */
.hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw 2vw;
  z-index: 1;
  pointer-events: none;
}

/* ---- 文字の“背後だけ”薄い背景パネル ---- */
.hero__panel {
  display: inline-block;
  text-align: center;
  color: #fff;
  /*background: rgba(0,0,0,.45);*/
  padding: clamp(10px, 1.6vw, 18px) clamp(14px, 2.4vw, 28px);
  border-radius: 16px;          /* 角丸 */
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  backdrop-filter: saturate(120%) blur(2px);
  -webkit-backdrop-filter: saturate(120%) blur(2px);
}

.hero__title {
  margin: 0 0 .35em;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.15;
  font-size: clamp(22px, 5vw, 48px);

  text-shadow:
          2px 2px 4px rgba(0,0,0,0.8),
          -2px -2px 4px rgba(0,0,0,0.8),
          2px -2px 4px rgba(0,0,0,0.8),
          -2px  2px 4px rgba(0,0,0,0.8);
}

.hero__lead {
  margin: 0;
  color: #f1f5f9;
  font-size: clamp(13px, 2.2vw, 18px);

  text-shadow:
          2px 2px 4px rgba(0,0,0,0.8),
          -2px -2px 4px rgba(0,0,0,0.8),
          2px -2px 4px rgba(0,0,0,0.8),
          -2px  2px 4px rgba(0,0,0,0.8);
}

@media (prefers-reduced-motion: reduce) {
  .hero__media { display: none !important; }
}

/* ---- 極小端末の微調整 ---- */
@media (max-width: 768px) {
  .hero__title {
    font-size: 18px;
    margin: 0 0 .7em;
  }
  .hero__lead { font-size: 14px; }
}

.top-title-wrap {
  text-align:center;
}
.top-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size:2.8rem;
  font-weight:bold;
}
.top-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
    background-color: #00ab8a;
}
/*----------------------------------------------------
  記事ポップアップ
----------------------------------------------------*/
#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
    margin: 20px;
}
#cboxLoadingGraphic {
  background-image:url(../images/home/loading.gif);
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background-image:url(../images/home/controls.png);
}
/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.sp-layer {
  left:0;
  right:0;
  background:#000;
}
.sp-slide img {
  width:100%;
}
.sp-grab {
  cursor: auto;
  background:#000;
}
.sp-buttons {
  padding-top:0;
  margin-top: 10px;
}
.sp-button {
  border:none;
  background-color:#aaa;
}
.sp-selected-button {
  background-color:#00ab8a;
}
.slider-caption {
  background-color:rgba(0, 0, 0, 0.8);
  display:inline-block;
  color:#fff;
  padding:10px 15px;
  width:auto !important;
  font-size:2rem !important;
  font-weight:bold;
}
/*----------------------------------------------------
  開催中のツアー
----------------------------------------------------*/
.top-contents-wrap {
  background:no-repeat top center;
  background-size:cover;
  padding-top:70px;
  padding-bottom:30px;
  margin-top: -36px;
}
.top-contents-spr {
  background-image:url(../images/common/bg_contents_spr.jpg);
}
.top-contents-smr {
  background-image:url(../images/common/bg_contents_smr.jpg);
}
.top-contents-fall {
  background-image:url(../images/common/bg_contents_fall.jpg);
}
.top-contents-win {
  background-image:url(../images/common/bg_contents_win.jpg);
}
.owl-carousel {
  list-style:none;
  padding:0;
  margin:0 auto 0px;
}
a.tours-block {
  text-decoration:none;
  display:block;
}
.tours-block a img {
  object-fit: cover;
}
.tours-detail {
  display:block;
  background-color:#fff;
  padding:10px 15px 5px;
}
.tours-label,
.news-label {
  display:inline-block;
  border:1px solid #00ab8a;
  color:#00ab8a;
  font-size:1.4rem;
  padding:4px 1em 2px;
  line-height:1;
  margin-bottom:5px;
}
.tours-title {
  color:#222;
}
.tours-date {
  display:block;
  text-align:right;
  margin-top:5px;
  color:#5e5e5e;
  font-size:1.4rem;
}
.owl-nav button:focus {
  outline: 0;
}
.owl-carousel .owl-nav.disabled {
  display:block;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position:absolute;
  padding:10px;
  top:50%;
  margin-top:-30px;
  content:"";
  width:35px;
  height:60px;
  z-index:2;
}
.owl-carousel .owl-nav button.owl-next {
  right:-35px;
  background: #ccc;
  background:url(../images/home/owl_next.png) no-repeat center center  !important;
  background-size:18px !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left:-35px;
  background:url(../images/home/owl_prev.png) no-repeat center center  !important;
  background-size:18px !important;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display:none;
}
/*----------------------------------------------------
  LINE
----------------------------------------------------*/
.line-area-wrap {
  position:relative;
}
.fig-character {
  position:absolute;
  top:-100px;
  right:0;
  z-index:0;
  width:166.5px;
}
.line-area {
  background-color:#2cbe15;
  border-radius:15px;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.7);
  padding:20px 15px;
  color:#fff;
  text-align:center;
  position:relative;
  margin-left:10px;
  margin-bottom:10px;
}
.line-area-title {
  font-size:2.4rem;
  line-height:1.2;
  font-weight:bold;
  margin-bottom:10px;
}
.line-friend-delivery {
  margin-bottom:15px;
}
.line-it-button {
  text-align:center;
}

/*----------------------------------------------------
  instagramエリア
----------------------------------------------------*/
.instagram-area {
  margin-top:70px;
}

@media (max-width: 768px) {
  /* 表示したいidのみ再表示 */
  .post-main {
    display: block;
  }
  .post-sub {
    display: none;
  }
}

/*----------------------------------------------------
  新着情報
----------------------------------------------------*/
.news-area {
  margin-top:70px;
}
.news-area .row,
.staffblog-area .row {
  margin-left:-7.5px;
  margin-right:-7.5px;
}
.news-area .col-md-6,
.staffblog-area .col-lg-4 {
  margin-bottom:15px;
  padding-left:7.5px;
  padding-right:7.5px;
}
a.news-block,
a.staffblog-block {
  display:table;
  width:100%;
  padding:10px 10px 10px 10px;
  background:#fff;
  text-decoration:none;
  height:100%;
  color:#222;
}
.news-block-left,
.news-block-right,
.staffblog-left,
.staffblog-right {
  display:table-cell;
}
.news-block-left {
  width:170px;
  vertical-align:top;
}
.news-block-right {
  padding-left:10px;
}
.news-date,
.staffblog-date {
  margin-top:5px;
  color:#5e5e5e;
  font-size:1.4rem;
}
.news-label {
  margin-left:3px;
}
a.tours-block:hover .tours-title,
a.news-block:hover .news-title,
a.staffblog-block:hover .staffblog-title {
  color:#245fbb;
  text-decoration:underline;
}

/*----------------------------------------------------
  スタッフ
----------------------------------------------------*/
.staff-area-wrap {
  background:url(../images/home/bg_staffblog.jpg) no-repeat top center;
  background-size:cover;
  padding:50px 0 30px;
}
a.staff-member-block {
  display:table;
  width:100%;
  color:#222;
  text-decoration:none;
  margin-bottom:15px;
  padding:10px;
}
a.staff-member-block:hover {
  background-color:rgba(255, 255, 255, 0.7);
}
.staff-member-left,
.staff-member-right {
  display:table-cell;
  vertical-align:middle;
}
.staff-member-left {
  width:100px;
}
.staff-member-left img {
  border:3px solid #fff;
}
.staffblog-area {
  margin-top:70px;
}
.staff-name {
  font-weight:bold;
  color:#494949;
  font-size:1.8rem;
  margin-bottom:5px;
}
.staffblog-left {
  width:100px;
  vertical-align:top;
}
.staffblog-right {
  padding-left:10px;
}
/*----------------------------------------------------
  予約　バナー
----------------------------------------------------*/
.yoyaku-wrap {
  background-color:#f2f2f2;
  padding:50px 0;
}
a.yoyaku-banner {
  display:inline-block;
  text-align:center;
  color:#222;
}
.yoyaku-banner p {
  margin-top:5px;
  font-size:1.4rem;
}
@media screen and (max-width: 991px) {
  .sp-button {
    width:12px;
    height:12px;
  }
  .yoyaku-wrap .col-sm-auto {
    margin-bottom:15px;
  }
  .news-block-left {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .slider-caption {
    font-size:1.6rem !important;
  }
  .top-title {
    margin-bottom: 1.5em;
    font-size:2rem;
  }
  .top-title:before {
    width:40px;
  }
  .owl-carousel {
    width:84% !important;
    margin: 0 auto 10px;
  }
  .line-area-wrap {
    text-align:center;
  }
  .fig-character {
    top:0;
    left:0;
    margin: auto;
  }
  .line-area {
    display:inline-block;
    padding:20px 15px;
    margin:110px auto 0;
  }
  .line-area-title {
    font-size:2.4rem;
    line-height:1.2;
    font-weight:bold;
    margin-bottom:10px;
  }
  .line-friend-delivery {
    margin-bottom:15px;
  }
  .tours-label,
  .news-label {
    font-size: 1.2rem;
    padding: 4px 0.7em 2px;
  }
  .news-area,
  .staffblog-area {
    margin-top:50px;
  }
  .news-area .col-md-6,
  .staffblog-area .col-lg-4 {
    margin-bottom:5px;
  }
  .news-block-left {
    width: 100px;
  }
  .yoyaku-wrap {
    padding:30px 0 15px;
  }
  a.staff-member-block {
    margin-bottom:0;
    padding:10px 0;
  }
  .tours-date,
  .news-date,
  .staffblog-date {
    font-size:1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .yoyaku-wrap .col-sm-auto {
    text-align:center;
  }
  .yoyaku-banner p {
    font-size:1.2rem;
  }
  .slider-caption {
    display:block;
    position:static;
  }
iframe.sp-video {
    height:300px !important;
  }
}
@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */

}