@charset "UTF-8";
/*----------------------------------------------------
共通
----------------------------------------------------*/
li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 2;
}
@media all and (min-width: 751px) {
  p {
    font-size: 14px;
  }
}

/* 表示 非表示 */
.forSP {
  display: block;
}
@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

.forPC {
  display: none;
}
@media all and (min-width: 751px) {
  .forPC {
    display: block;
  }
}

.ttl {
  margin: 55px 0 45px;
}
@media all and (min-width: 751px) {
  .ttl {
    margin: 100px 0 60px;
  }
}
.ttl img {
  height: auto;
}

.lead {
  margin-bottom: 70px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .lead {
    margin-bottom: 135px;
    font-size: 14px;
  }
}

/*----------------------------------------------------
コース
----------------------------------------------------*/
@media all and (min-width: 751px) {
  #course .course_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
#course .course_list .course_detail {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 3px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 3px;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc((100% - 40px) / 2);
  }
}
@media all and (max-width: 750px) {
  #course .course_list .course_detail:not(:first-child) {
    margin-top: 40px;
  }
}
#course .course_list .course_detail .txt_contents {
  padding: 20px 15px;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .txt_contents {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#course .course_list .course_detail .green {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .green {
    margin-bottom: 20px;
  }
}
#course .course_list .course_detail .green::before {
  position: absolute;
  content: "";
  background-color: #0F7812;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
#course .course_list .course_detail .green .course_ttl {
  margin-bottom: 5px;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .green .course_ttl {
    margin-bottom: 2px;
    font-size: 19px;
  }
}
#course .course_list .course_detail .green p {
  color: #326539;
}
@media all and (max-width: 750px) {
  #course .course_list .course_detail .green p {
    line-height: 1.75;
  }
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#course .course_list .course_detail .join_detail {
  margin: 23px 0;
  padding: 23px 0;
  border-top: 1px dashed #c8c8c8;
  border-bottom: 1px dashed #c8c8c8;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .join_detail {
    margin: 30px 0;
    padding: 30px 0;
  }
}
#course .course_list .course_detail .join_detail .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .join_detail .price {
    margin-bottom: 20px;
    font-size: 14.5px;
  }
}
#course .course_list .course_detail .en_btn a {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 9px 30px;
  margin: 15px;
  text-decoration: none;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  #course .course_list .course_detail .en_btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #course .course_list .course_detail .en_btn a:hover {
    background-color: #fff;
    color: #000;
  }
}

/*----------------------------------------------------
ツアー詳細
----------------------------------------------------*/
.sec_tour {
  margin-top: 60px;
}
@media all and (min-width: 751px) {
  .sec_tour {
    margin-top: 100px;
  }
}
.sec_tour .in_inner {
  margin: 0 auto;
}
@media all and (min-width: 751px) {
  .sec_tour .in_inner {
    width: 80.8%;
  }
}
@media all and (min-width: 751px) {
  .sec_tour .sec_ttl {
    font-size: 22px;
  }
}
.sec_tour .include_contents {
  padding: 20px;
  border: 5px solid #F7F8F8;
}
@media all and (min-width: 751px) {
  .sec_tour .include_contents {
    padding: 20px 30px;
  }
}
.sec_tour .include_contents .include_list {
  margin-top: 5px;
  counter-reset: pagination-num;
}
@media all and (min-width: 751px) {
  .sec_tour .include_contents .include_list {
    margin-top: 10px;
  }
}
.sec_tour .include_contents .include_list .include_detail {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_tour .include_contents .include_list .include_detail {
    padding-left: 27px;
    font-size: 17px;
  }
}
.sec_tour .include_contents .include_list .include_detail:not(:first-child) {
  margin-top: 5px;
}
@media all and (min-width: 751px) {
  .sec_tour .include_contents .include_list .include_detail:not(:first-child) {
    margin-top: 5px;
  }
}
.sec_tour .include_contents .include_list .include_detail::before {
  position: absolute;
  content: "";
  counter-increment: pagination-num;
  content: counter(pagination-num) ")";
  top: 0;
  left: 0;
}
.sec_tour .include_contents .include_list .include_detail .note {
  font-size: 12px;
}
@media all and (min-width: 751px) {
  .sec_tour .include_contents .include_list .include_detail .note {
    font-size: 14px;
  }
}
.sec_tour .tour_list .tour_detail {
  margin-top: 35px;
  /* アクセス */
  /* スケジュール */
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail {
    margin-top: 40px;
  }
}
.sec_tour .tour_list .tour_detail .about {
  margin-bottom: 5px;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .about {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
.sec_tour .tour_list .tour_detail .txts p:not(:first-child) {
  margin-top: 8px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .txts p:not(:first-child) {
    margin-top: 5px;
  }
}
.sec_tour .tour_list .tour_detail .wrap_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .wrap_txt {
    font-size: 19px;
  }
}
@media all and (max-width: 750px) {
  .sec_tour .tour_list .tour_detail .wrap_txt.sp_nowrap {
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 5px 0;
  }
}
.sec_tour .tour_list .tour_detail .wrap_txt span {
  font-size: 12px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .wrap_txt span {
    font-size: 14px;
  }
}
.sec_tour .tour_list .tour_detail .wrap_txt .address {
  background-image: -webkit-gradient(linear, left top, right top, from(#007811), to(#007811));
  background-image: linear-gradient(90deg, #007811, #007811);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
}
.sec_tour .tour_list .tour_detail .way_contents:not(:first-of-type) {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed #c8c8c8;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .way_contents:not(:first-of-type) {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.sec_tour .tour_list .tour_detail .way_contents .wrap_txt {
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .way_contents .wrap_txt {
    margin-bottom: 2px;
    gap: 0 10px;
  }
}
.sec_tour .tour_list .tour_detail .way_contents .wrap_txt span {
  font-weight: 600;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .way_contents .wrap_txt span {
    font-size: 15px;
  }
}
.sec_tour .tour_list .tour_detail .way_contents .way_list {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .way_contents .way_list {
    margin-top: 5px;
  }
}
.sec_tour .tour_list .tour_detail .way_contents .way_list .way_detail:not(:first-child) {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .way_contents .way_list .way_detail:not(:first-child) {
    margin-top: 8px;
  }
}
.sec_tour .tour_list .tour_detail .schedule_list .schedule_detail {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #C8C8C8;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .schedule_list .schedule_detail {
    padding: 18px 0;
  }
}
.sec_tour .tour_list .tour_detail .schedule_list .schedule_detail:last-child {
  border-bottom: 1px solid #C8C8C8;
}
.sec_tour .tour_list .tour_detail .schedule_list .schedule_detail .time {
  width: 29%;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .schedule_list .schedule_detail .time {
    width: 17.9%;
  }
}
.sec_tour .tour_list .tour_detail .schedule_list .schedule_detail .detail {
  width: 71.3%;
}
@media all and (min-width: 751px) {
  .sec_tour .tour_list .tour_detail .schedule_list .schedule_detail .detail {
    width: 78.5%;
  }
}
.sec_tour .tour_list .tour_detail .red_note {
  font-weight: 600;
  color: #FF0000;
}
.sec_tour .tour_list .tour_detail .map iframe {
  height: 300px;
}