@charset "utf-8";


/* ========== ツアー詳細ページ ========== */
/* テキストエリア */

.hero02 {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;

}
.tour-cate{
  color: #fff;
  font-size:1rem;
  margin: 0;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.tour-number{
  color: #fff;
  font-size:1.8rem;
  margin:5px 0 ;
   font-weight: 900;
}

/* テキストエリア */
.hero02-content {
  position: relative;
  max-width: 900px;
  margin:0 auto;
  padding: 220px 5px 0 5px;
  z-index: 2;
}
.hero02-content p {
   line-height: 1.2;
  letter-spacing: 0.05em;
}
.hero02-content h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
  background-image: url(../img/top/nature-section_bg.svg);
    background-position: right;
    background-size: 400px;
    background-repeat: no-repeat;
    padding: 1em 0;
}

.tour-flag {
  margin: 30px 0;
  background: #0096e0;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow:
  inset 0 -4px 10px rgba(0, 0, 0, 0.25);
}
.tour-flag h2 {
  font-size:3rem;
  font-weight: bold;
  margin: 0;
}

.tour-info {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
}

.tour-status-badges {
  max-width: 900px;
  margin: 10px auto 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tour-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
}

.tour-status-available {
  background: #3597ed;
}

.tour-status-few {
  background: #f39c12;
}

.tour-status-full {
  background: #e74c3c;
}

.tour-dates {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.date-btn {
  padding: 5px 20px;
  color: #fff;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 500;
}

.red { background: #e64b3b; }
.blue { background: #69c0f9; }
.gray { background: #666; }
.green { background: #55ab42; box-shadow: 3px 3px 5px rgb(33 33 33 / 33%); }
.orange { background: #f39c12; }

.main-img img{ 
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
 }
.tour-tags {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.tour-tags--status .tag {
  font-size: 1.2rem;
}

.tag {
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 500;
}

.tour-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.tour-table th, .tour-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.tour-table th {
  width: 30%;
  background: #f9f9f9;
  font-size: 1.3em;
}
.tour-table th {
  font-size: 1.1em;
}
.tour-desc {
  margin: 20px 0;
  font-size: 1.2em;
  line-height: 1.8em;
}

.btn-wrap {
  text-align: center;
  margin: 25px 0;
}

.btn-green {
  background: #3dbb66;
  color: #fff;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s;
}

.btn-green:hover {
  opacity: 0.8;
}

.photo-gallery {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.photo-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.photo-item {
  background: #fff;
  text-align: center;
  display: block;
  width: 33.3%;
}

.photo-item dt {
  overflow: hidden;
}

  .photo-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.photo-item dd {
  margin: 8px 0 12px;
  font-size: 0.9rem;
  color: #333;
  font-size: 1rem;
  margin: 0;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  text-align: left;
  padding-top: 3px;
}
.reserve-plus{
  width: 280px;
  margin: 0 auto;
  padding: 1.5em 1em;
  height: 30px;
 } 
 .detail {
  background: url(../img/top/waterfall-gallery_bird.svg) 95% 5% / 380px no-repeat, linear-gradient(to bottom, #66b9ff 0%, #0074d9 100%) center / cover no-repeat;

}
 .detail::before{
  content:"";
  display:block;
  width:100%;
  height:200px;
  background:url(../img/top/bg_sobo.png) center/cover no-repeat;
}
 .detail::after{
  content:"";
  display:block;
  width:100%;
  height:200px;
  background:url(../img/top/main_footer_bg.png) center 50px/120% no-repeat;
}
.detail p{
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 5px 10px;
  margin: 0 0 20px;
    }
.detail ul li{
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0 10px;
  margin: 0;
    }
.detail > h2{
  background-image:url(../img/other/ツアー英字.svg);
  background-position:80% 72%;
  background-size:400px;
  background-repeat:no-repeat;
  width:auto;
  margin:0 auto;
  padding:5em 0 0;
}
.detail h2 img{
  width:auto;
  max-width:80%;
  margin:0 auto;
  display:block;
  padding:2em 0;
}
.detail-in{
  width:auto;
  max-width:1200px;
  margin:0 auto;
  color:#fff;
}
.detail-in h3,.detail-in h4{
  margin:30px 0 5px;
  color:#fff;
  font-size: 2.5rem;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid #fff;
}
.detail-in .meeting-map-link{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    padding: 4px 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 999px;
}
.detail-in .meeting-map-link:hover,
.detail-in .meeting-map-link:focus{
  color:#fff;
  border-color:rgba(255, 255, 255, 0.6);
  background:rgba(255, 255, 255, 0.12);
}
.guide::before {
  background: url(../img/top/bg_sobo.png) center / cover no-repeat;
}
.detail02{
  width:auto;
  max-width:1200px;
  margin:0 auto;
}
.detail02 p,.detail02 ul li,.detail02 dl dd{
  font-size: 18px;
  line-height: 1.8em;
    }
.detail02 h2{
  margin:5px 0;
  font-size: 2.5rem;
  font-family: "ten-mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.detail02 h3{
  margin: 40px 0 10px 0;
  font-size: 2rem;
  font-family: "ten-mincho", serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid #000000;
}
.detail02 dl dt{
  margin:5px 0;
  font-size: 1.5rem;
  font-family: "ten-mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.category_menu{background:url('../img/other/category_menu.jpg') center/cover no-repeat;}
.category_menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
       background: url(../img/top/guide_top.png) center / cover no-repeat;
}
.category_menu::after{
  content:"";
  display:block;
  width:100%;
  height:200px;
  background:url(../img/top/main_footer_bg.png) center 50px/120% no-repeat;
}
.category_menu h2{
    color: #fff;
    font-size: 2rem;
    margin: 0 ;
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.category_menu ul{
  width:80%;
  margin:0 auto;
  list-style:none;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:1em;
  padding:3em 0;
  justify-content:space-between;
}
.category_menu ul li{width:20%;  text-align: center;}

.category_menu ul li a{
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  background-image:url(../img/common/btn_next_smaller.svg);
  background-position:right center;
  background-repeat:no-repeat;
  padding:0 20px 0 0;
}
.about_gallery-caption{
  color:#fff;
}

/* ---------------------------
   スマホ対応
---------------------------- */
@media screen and (max-width: 1024px) {
   .hero02 {
    height: 350px;
    background-position: center top;
  }

  .hero02-content {
    padding: 9.5em 1em 0 1em;
  }

  .hero02-content h1 {
    font-size:1.5em;
    background-position: right bottom;
    background-size: 200px;
    padding:5px 0 50px 0;
  }

  .hero02::before {
    font-size: 3rem;
    top: 15%;
    left: 20px;
  }
  .tour-dates, .tour-tags, .photo-row {
    /*flex-direction: column;*/
  }
.photo-row {
    flex-direction: column;
  }
.breadcrumb li  {
  font-size:0.8em;
}
  .tour-dates span, .tag {
    text-align: center;
  }

  .btn-green {
    display: inline-block;
    width: 80%;
  }

  .photo-item {
    width: 100%;
  }

  .photo-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

  .page-title {
    font-size: 1.5rem;
  }
.photo-item dd {
    font-size: 1.2rem;
}
  .tour-table th {
    width: 38%;
  }

.detail {
  background: url(../img/top/waterfall-gallery_bird.svg) 95% 5% / 280px no-repeat, linear-gradient(to bottom, #66b9ff 0%, #0074d9 100%) center / cover no-repeat;
}
.detail::after {
        height: 100px;
 }
.detail h2 {
    background-position: 80% 50%;
    background-size: 200px;
}
.detail-in{
  width:90%;
}
.detail02{
  width:90%;

}

}
@media screen and (max-width: 630px) {
    .category_menu::after {
        height: 100px;
    }
}
