@charset "utf-8";
/* ==========================================================================
   tours-detail
   ========================================================================== */
.page_title_area {
  text-align: center;
  padding: 60px 20px 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
.page_title_sub {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #C6A957;
  display: block;
  margin-bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.page_title_area h1 {
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: normal;
  color: #111111;
  line-height: 1.4;
}
.page_title_line {
  width: 40px;
  height: 1px;
  background: #C6A957;
  margin: 20px auto 0;
}
/* ページ固有のスタイル調整 */
.experience_detail {
  max-width: 860px;
  margin: 60px auto 100px;
  padding: 0 20px;
  line-height: 1.9;
}
/* 下部ギャラリー画像エリア */
.gallery_imgs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 40px;
}
.gallery_imgs img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.experience_detail h2 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 26px;
  font-weight: normal;
  color: #111111;
  margin: 50px 0 25px;
  letter-spacing: 0.08em;
}
.experience_detail ol {
  padding-left: 20px;
  margin-bottom: 40px;
}
.experience_detail ol li {
  margin-bottom: 15px;
  font-size: 15px;
  color: #444444;
  line-height: 2;
}
.q_custom_table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}
.q_custom_table th, .q_custom_table td {
  padding: 16px;
  border: 1px solid #eee;
  text-align: left;
  font-size: 15px;
}
.q_custom_table th {
  background-color: #f9f8f3;
  font-weight: normal;
  color: #111111;
  font-family: "游明朝", "Yu Mincho", serif;
}
/* 2カラムレイアウト */
.q_custom_clm-2col {
  display: flex;
  gap: 25px;
  margin: 40px 0;
}
.q_custom_col {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.q_custom_col ul {
  padding-left: 20px;
  margin-top: 10px;
}
.q_custom_col li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
.q_custom_heading--label {
  display: inline-block;
  background: #C6A957;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 0px;
  vertical-align: middle;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}
/* 講師紹介エリア（縦長アスペクト比） */
.specialist_box {
  background: #ffffff;
  padding: 40px;
  margin: 40px 0;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.specialist_inner {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.specialist_img {
  width: 160px;
  height: 215px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #f0f0f0;
}
.specialist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.specialist_info {
  flex: 1;
}
.specialist_info h3 {
  margin-top: 0;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 14px;
  color: #C6A957;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 5px;
}
.specialist_info h4 {
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: normal;
  color: #111111;
  letter-spacing: 0.05em;
}
.specialist_info p {
  font-size: 14px;
  color: #555555;
  line-height: 1.9;
  margin: 0;
}
.q_button_wrap {
  text-align: center;
  margin: 50px 0 15px;
}
.q_custom_button2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", serif;
  letter-spacing: 0.15em;
  border: 1px solid #111111;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.q_custom_button2:hover {
  background-color: #C6A957;
  border-color: #C6A957;
  color: #ffffff;
}
.video_container {
  margin: 50px auto 0;
  width: 100%;
  max-width: 800px;
}
.video_container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
/* スマホ表示調整 */
@media (max-width: 750px) {
  .page_title_area {
    padding: 40px 15px 20px;
  }
  .page_title_area h1 {
    font-size: 22px;
  }
  .page_hero_single {
    height: 240px;
  }
  .experience_detail {
    margin: 40px auto 60px;
    padding: 0 15px;
  }
  .q_custom_clm-2col {
    flex-direction: column;
  }
  .specialist_box {
    padding: 30px 20px;
  }
  .specialist_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .specialist_img {
    width: 140px;
    height: 190px;
  }
  .q_custom_col {
    padding: 25px 20px;
  }
}
.experience_detail {
  max-width: 860px;
  margin: 60px auto 100px;
  padding: 0 20px;
  line-height: 1.9;
}
.section_sub_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border-radius: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.experience_intro {
  background: #ffffff;
  padding: 35px 30px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  margin-bottom: 40px;
}
.experience_intro p {
  margin: 0;
  font-size: 15px;
  color: #444444;
  line-height: 2;
  text-align: center;
}
.experience_detail h2 {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 26px;
  font-weight: normal;
  color: #111111;
  margin: 50px 0 25px;
  letter-spacing: 0.08em;
}
.q_custom_table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}
.q_custom_table th, .q_custom_table td {
  padding: 16px;
  border: 1px solid #eee;
  text-align: left;
  font-size: 15px;
}
.q_custom_table th {
  background-color: #f9f8f3;
  font-weight: normal;
  color: #111111;
  font-family: "游明朝", "Yu Mincho", serif;
}
/* 2カラムレイアウト */
.q_custom_clm-2col {
  display: flex;
  gap: 25px;
  margin: 40px 0;
}
.q_custom_col {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.q_custom_col ul {
  padding-left: 20px;
  margin-top: 10px;
}
.q_custom_col li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}
.q_custom_heading--label {
  display: inline-block;
  background: #C6A957;
  color: #ffffff;
  padding: 3px 10px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 0px;
  vertical-align: middle;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}
/* 講師紹介エリア（縦長アスペクト比） */
.specialist_box {
  background: #ffffff;
  padding: 40px;
  margin: 40px 0;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.specialist_inner {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.specialist_img {
  width: 160px;
  height: 215px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #f0f0f0;
}
.specialist_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.specialist_info {
  flex: 1;
}
.specialist_info h3 {
  margin-top: 0;
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 14px;
  color: #C6A957;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 5px;
}
.specialist_info h4 {
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: normal;
  color: #111111;
  letter-spacing: 0.05em;
}
.specialist_info p {
  font-size: 14px;
  color: #555555;
  line-height: 1.9;
  margin: 0;
}
.q_button_wrap {
  text-align: center;
  margin: 50px 0 15px;
}
.q_custom_button2 {
  width: 260px;
  height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: "游明朝", "Yu Mincho", serif;
  letter-spacing: 0.15em;
  border: 1px solid #111111;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.q_custom_button2:hover {
  background-color: #C6A957;
  border-color: #C6A957;
  color: #ffffff;
}
/* スマホ表示調整 */
@media (max-width: 750px) {
  .page_title_area {
    padding: 40px 15px 20px;
  }
  .page_title_area h1 {
    font-size: 22px;
  }
  .page_hero_single {
    height: 240px;
  }
  .experience_detail {
    margin: 40px auto 60px;
    padding: 0 15px;
  }
  .experience_intro {
    padding: 25px 18px;
  }
  .q_custom_clm-2col {
    flex-direction: column;
  }
  .specialist_box {
    padding: 30px 20px;
  }
  .specialist_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .specialist_img {
    width: 140px;
    height: 190px;
  }
  .q_custom_col {
    padding: 25px 20px;
  }
}