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

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

main {
  --base-color: #F5F5EB;
  --main-color: #246E7C;
  --main-color--pale: #D4EBEF;
  --line-color: #D9D9D9;
  --accent-color-on-white: #FCAF32;
  --accent-color-on-main: #FCDB46;
  --price-color: #EF2917;
  line-height: 1.5;
}


#btnToTop {
    width: 80px;
    height: 80px;
    background-image: url(/attending/hiking/setsumeikai/common/images/btnToTop.svg);
}

.hidden {
	display: none !important;
}

.Common21__inner {
  width: 1024px;
  margin: 0 auto;
}

.sp {
  display: none;
}

[id ^="sec-"]{
  padding: 50px 0;
}
[id ^="kensaku"]{
  padding: 50px 0;
}

section:nth-child(odd) {
  /* background-color: var(--bg-gray-color); */
}


.label_color-i {
    background-color: #d5f1f4;
}

.label_color-d {
  background-color: #d5f1f4;
}

.label_color-t {
    background-color: #fddddb;
}

.label_color-o {
  background-color: #dbf1dc;
}

.label_color-f {
  background-color: #efe4f6;
}

/*=================
Keyvisual
=================*/
/* #Keyvisual {
  background-image: url(/attending/hiking/setsumeikai/images/ttl_bg.png);
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#Keyvisual .flex {
  justify-content: flex-end;
}

#Keyvisual h1 {
  border: solid 4px #FCD139;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: calc(50% - 512px);
  transform: translateY(-50%);
  padding: 20px 30px;
}

#Keyvisual h1 span {
  display: block;
  background-color: #fcd139;
  font-size: 2.3rem;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: 5px;
  padding: 5px;
} */

/*=================
seo etc
=================*/
/* #sec-about {
	padding-top: 25px;
}

.seo {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}

.wrap_information {
  justify-content: space-between;
}

.wrap_information dl {
  background-color: #fff;
  border-radius: 10px;
  width: calc(98% / 3);
  padding: 15px;
}

.wrap_information .block_information {
  border: solid 4px #57C5D3;
}

.wrap_information .block_cramschool {
  border: solid 4px #F89894;
}

.wrap_information .block_tour {
  border: solid 4px #8DD18F;
}

.wrap_information dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.wrap_information dl dt span {
  font-size: 1.5rem;
}

.wrap_information dl dt::before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 10px;
}

.wrap_information dl dd {
  font-size: 1.4rem;
  color: #000;
}

.block_information-label::before {
  background-image: url(/attending/hiking/setsumeikai/images/icn_info01.svg);
}

.block_cramschool-label::before {
  background-image: url(/attending/hiking/setsumeikai/images/icn_info02.svg);
}

.block_tour-label::before {
  background-image: url(/attending/hiking/setsumeikai/images/icn_info03.svg);
} */

/*=================
お住まいのエリアから開催地をお選びください
=================*/
.dest_navi_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.dest_navi_wrap li {
  width: calc(96% / 3);
}

.dest_navi_wrap li:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 10px;
}

.dest_navi_wrap li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 19px;
  color: #333333;
  font-weight: 600;
  background-color: rgba(255, 248, 225, 0.5);
  border: solid 3px #FCD139;
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 15px 0;
  transition: all 0.3s;
}

.dest_navi_wrap li a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FCD139;
  border-right: 2px solid #FCD139;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  transition: all 0.3s;
}

.dest_navi_wrap li a:hover {
  background-color: #fcd139;
  color: #fff;
  transition: all 0.3s;
}

.dest_navi_wrap li a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

/*=================
お知らせ
=================*/
.notice-cts {
  background-color: #fff;
  padding: 10px;
}

.notice-cts:not(:last-child) {
  margin-bottom: 20px;
}

.notice-cts.flex {
  justify-content: space-between;
}

.notice-cts.flex .text {
  width: calc(100% - 660px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.notice-cts .text {
  position: relative;
  width: 100%;
  line-height: 2;
  text-indent: -2.4rem;
  padding-left: 2.4rem;
  word-break: break-all;
}

.notice-cts .text img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

/*.notice-cts .text::before {
  content: "";
  position: absolute;
  top: 6px;
  background-image: url(/attending/hiking/setsumeikai/images/arrow01.png);
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}*/

.notice-cts .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.notice-cts .text a:hover {
	text-decoration: underline;
}

.notice-cts .photo {
	width: 640px;
	height: auto;
}

.notice-cts .photo:hover {
	opacity: 0.7;
}

/*=================
担当者おすすめ
=================*/
/* .recommended_slider_outer {
  position: relative;
}

.tmp_maneger_box a {
	display: block;
	width: 277px;
}

.tmp_maneger_box dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.6rem;
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
  overflow: hidden;
}

.tmp_maneger_box:hover {
  box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 0%);
	opacity: 0.7;
}

.manager_label-travel {
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 10px 0;
}

.manager_label-travel span {
  display: inline-block;
  border-radius: 3px;
  padding: 0.5rem 1.0rem;
}

.tmp_maneger_box dt {
  line-height: 1.2;
  font-weight: 600;
  padding: 1.0rem 1.0rem 0;
}

table.table-manager {
  border-collapse: collapse;
  width: auto;
  height: auto;
  margin: 1.0rem;
}

table.table-manager tr {
  display: block;
  margin-bottom: 0.5rem;
}

table.table-manager th,
table.table-manager td {
  font-size: 1.4rem;
}

table.table-manager th {
  line-height: 1.3;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
}

table.table-manager th span {
  display: block;
  width: 70px;
  background-color: #e5e5e5;
  padding: 3px 5px;
}

table.table-manager td {
  line-height: 1.3;
  text-align: left;
  padding: 3px 5px;
}

table.table-manager td.price {
  color: #ff2800;
	font-weight: bold;
}

.tmp_maneger_box .text {
  font-size: 1.4rem;
  padding: 10px;
} */

/*=================
大説明枠
=================*/
/* .freespace_wrap {
  background-color: #fff;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 1px 10px -5px rgb(0 0 0 / 30%);
  margin-bottom: 30px;
}

.freespace_wrap:last-child {
	margin-bottom: 0;
}

.freespace_wrap h4 {
  border-bottom: solid 2px #E5E5E5;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.freespace_wrap .caption {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.freespace_date_wrap,
.freespace_address_wrap {
  margin-bottom: 10px;
}

.freespace_date_wrap dl dt,
.freespace_address_wrap dl dt {
  display: inline-block;
  background-color: #e5e5e5;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  padding: 5px 10px;
}

.freespace_date_wrap dl dd,
.freespace_address_wrap dl dd {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
}

.freespace_information_wrap.flex {
  justify-content: space-between;
}

.freespace_information_wrap .photo {
	width: 300px;
	height: auto;
	margin-right: 20px;
}

.freespace_information_wrap .text {
  flex: 1;
}

.freespace_details {
  justify-content: space-between;
  align-items: center;
  border-bottom: dotted 2px #888888;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.freespace_details dt {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  flex: 1;
  margin-right: 15px;
}

.freespace_details dt::before {
  content: "・";
}

.freespace_details .time {
  width: 150px;
}

.freespace_details .button {
  width: 170px;
}

.freespace_details .button a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: all 0.3s;
  padding: 5px 0;
}

.freespace_details .button a:hover {
  color: #fff;
  transition: all 0.3s;
  opacity: 0.5;
}

.freespace_details .button a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
} */

/*=================
希望の条件で旅行説明会・講座を探す
=================*/
#Search {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
}

table.table-search {
  border-collapse: collapse;
  width: 100%;
  height: auto;
}

table.table-search th,
table.table-search td {
  border: solid 1px #E5E5E5;
}

table.table-search th {
  background-color: #f5f5f5;
  width: 200px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

table.table-search th p.flex {
  justify-content: center;
  align-items: center;
}

table.table-search td p.flex {
  justify-content: flex-start;
  align-items: center;
}

table.table-search td {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
}
table.table-search td#SearchKeyword {
  padding-top: 21px;  
}

#SearchChoice {
  padding: 15px 15px 0;
}

.Search_td {
  padding: 15px;
}

.Search_td span {
  display: inline-block;
  font-weight: 600;
}

table.table-search .Search_td > span {
  margin-bottom: 5px;
}
table.table-search .Search_td#SearchKeyword > span {
  margin-bottom: 9px;
}

.Search__checkbox-txt {
  font-weight: normal !important;
}

/* ページャー */
.search_pager_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search_pager_wrap li {
  display: inline-block;
  /* background-color: #f2f2f2; */
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-right: 7px;
}

.search_pager_wrap li:hover,
.search_pager_wrap li.current {
  background-color: var(--main-color, #246E7C);
  color: #fff;
  transition: all 0.5s ease;
}

/* start_下部共通パーツ */
.Search__submit-outer {
  border: solid 1px #E5E5E5;
  border-top: none;
  width: 100%;
  padding: 3.0rem 0;
  display: flex;
  align-items: center;
}

.Search__submit-wrap {
  justify-content: space-around;
  position: inherit;
  width: 51%;
  margin: 0 auto;
}

.Search__hit-wrap {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-right: 20px;
}

.Search__hit {
  margin-right: 3px;
  color: var(--caution-color);
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.Search__submit {
  max-width: 400px;
  margin-top: 0;
  padding: 10px 80px;
}

.Search__submit::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(/sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}
/* end_下部共通パーツ */

/* 開催日 */
#SearchDay .Search__input-text::after {
  content: none;
}

#SearchDay .Search__input-text {
  background: url(/attending/hiking/setsumeikai/common/images/icn_calendar.svg) no-repeat right 10px center / 16px;
}

/* 説明会・講座 */
.Search__radio-label {
  float: left;
  display: flex;
  align-items: center;

  width: 220px;
  height: 46px;

  margin: 0 1rem 1.5rem 0;
}

/* 開催時間 */
.Search__form-content {
  width: auto;
  padding-left: 0;
}

.Search__checkbox-label--time {
  width: calc(50% - 5px);
  margin-bottom: 0;
}

/* キーワード */
.Search__form-group--keyword.Search__input-text::after {
  content: none;
}

.Condition__keyword-input-wrap {
  width: 100%;
  margin-top: 5px;
}

.Condition__radio-label--simple {
  margin-bottom: 0;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.Condition__radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 50%;
  border: 2px solid #888;
  background-color: white;
}

#Search input[type="radio"]:checked + .Condition__radio-label .Condition__radio-btn {
  border: 6px solid var(--corporate-color);
}

.Condition__keyword-input-wrap .Condition__radio-label {
  margin-right: 10px;
}

#Search input[type="radio"]:checked + .Condition__radio-label--simple {
  background: transparent;
}

/* ツールチップ */
#SearchDepature .tooltip-wrap p,
#SearchBrand .tooltip-wrap p {
  font-weight: 600;
  margin-bottom: 5px;
}

.tooltip-wrap {
  position: relative;
  display: inline-block;
}

.tooltip {
  position: relative;
  background-color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 300 !important;
  border: solid 1px #707070;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
}

.tooltip:after,
.tooltip:before {
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content:"";
}

.tooltip:after {
  right: 2.0rem;
  border-width: 4px 7px 4px 0;
  border-color: transparent #fff transparent transparent;
}

.tooltip:before {
  right: 2.2rem;
  border-width: 4px 7px 4px 0;
  border-color: transparent #707070 transparent transparent;
}

.tooltip-position {
  /* 位置の情報 */
  position: absolute;
  display: block;
  font-size: 1.4rem;
  top: 0;
  padding: 20px;
  z-index: 15;

  /* アニメーションの情報 */
  visibility: hidden;
  transition: all 0.4s ease;
  opacity: 0;

  /* 中身の情報 */
  background: #fff;
  border: solid 1px #707070;
  border-radius: 5px;
  pointer-events: none;
}

.tooltip-visible {
  /* position: absolute;
  display: block;
  font-size: 1.4rem;
  left: 150px;
  transform: translateX(-50%);
  z-index: 10; */
  visibility: visible;
  opacity: 1.0;
}

.tooltip-width01 {
  right: -390px;
  top: -50px;
  width: 380px;
}

.tooltip-width01 dl {
  text-align: left;
}

.tooltip-width01 dl dt {
  border-bottom: solid 1px #707070;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.tooltip-width01 dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
}

.tooltip-width01 dl dd span {
  display: inline-block;
  color: #ff2800;
  font-weight: 600;
}

.tooltip-width01 dl dd:not(:last-child) {
  padding-bottom: 10px;
}

.tooltip-width02 {
  right: -280px;
  top: -50px;
  width: 270px;
}

.tooltip-width02 p {
  line-height: 1.5;
  font-weight: normal !important;
}

.tooltip-width02 p span {
  color: #ff2800;
  line-height: 1.5;
  font-weight: 400;
}

.tooltip-width03 {
  right: -290px;
  width: 280px;
  top: -50px;
}

.tooltip-width03 p {
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.tooltip-width03 dl {
  text-align: left;
}

.tooltip-width03 dl dt {
  border-bottom: solid 1px #707070;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.tooltip-width03 dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
}

.tooltip-width03 dl dd:not(:last-child) {
  padding-bottom: 10px;
}

.tooltip-width03 dl dd span {
  color: #ff2800;
  font-weight: normal;
  margin-top: 1rem;
}

/* モーダル */
.CommonModal--theme .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5; */
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--venue .Search__checkbox-label {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.CommonModal--theme .Search__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

.CommonModal--theme__title {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  width: 100%;
  font-weight: 600;
  padding: 10px 15px;
  margin: -1px 0;
}

.CommonModal__scroll-area {
  min-height: 400px;
}

/* カセット */
.kinds_details_wrap {
  background-color: #fff;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 1px 10px -5px rgb(0 0 0 / 30%);
}

.kinds_details_wrap:not(:last-child)  {
  margin-top: 20px;
}

.kinds_caption {
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 600;
}

.kinds_caption:hover {
  text-decoration: underline;
}

.kinds_details_wrap h4 {
  font-size: 1.5rem;
}

.kinds_details_wrap .kinds_details_sub_title {
  line-height: 1.5;
  border-bottom: solid 1px #E5E5E5;
  margin: 5px 0 20px;
  padding-bottom: 5px;
}

.kinds_details_inner.flex {
  justify-content: space-between;
}

.kinds_label-travel {
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.kinds_details_wrap .photo.flex {
  justify-content: space-between;
}

.kinds_details_wrap .photo.flex li {
  /*width: calc(99.5% / 2);*/
	width: 240px;
	height: auto;
}

.kinds_details_wrap .photo.flex li:first-child {
	margin-right: 2px;
}

.kinds_details-cts {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kinds_details-cts .price {
  font-size: 2.1rem;
  line-height: 1;
  color: var(--caution-color);
  font-weight: 600;
}

.kinds_details-cts .price span {
  display: inline-block;
  font-size: 1.3rem;
  color: #000;
  margin-right: 5px;
}

table.table-kinds_details {
  border-collapse: collapse;
  width: 100%;
  height: auto;
  margin: 10px 0 50px;
}

table.table-kinds_details th,
table.table-kinds_details td {
  border: solid 1px #E5E5E5;
  padding: 15px;
}

table.table-kinds_details th {
  background-color: #f5f5f5;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

table.table-kinds_details td {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  width: 320px;
}

.kinds_details-cts .button {
  text-align: right;
  margin-top: auto;
}

.kinds_details-cts .button a {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: all 0.3s;
  padding: 15px 70px;
}

.kinds_details-cts .button a:hover {
  color: #fff;
  transition: all 0.3s;
  opacity: 0.5;
}

.kinds_details-cts .button a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

/*=================
関連ツアー情報
=================*/
#sec-relation {
  background-color: var(--bg-gray-color);
}

#sec-relation .text {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}

#sec-relation .button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 19px;
  color: #333333;
  font-weight: 600;
  background-color: rgba(255, 248, 225, 0.5);
  border: solid 3px #FCD139;
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 15px 0;
  transition: all 0.3s;
}

#sec-relation .button::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FCD139;
  border-right: 2px solid #FCD139;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  transition: all 0.3s;
}

#sec-relation .button:hover {
  background-color: #FCD139;
  color: #fff;
  transition: all 0.3s;
}

#sec-relation .button:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

section#kensaku {
	/* background-color: #fff; */
}

#kensaku .footnote {
  margin-top: 50px;
}

#kensaku .footnote dt {
  background-color: #e5e5e5;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 5px 10px;
}

#kensaku .footnote dd ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5px;
}

/*=================
おすすめ情報
=================*/
.bn_slider_outer {
  position: relative;
}

.tmp_bn_box:hover {
	opacity: 0.7;
}

.tmp_bn_box dl .photo1 {
  width: 236px;
	height: 182px;
}

.tmp_bn_box dl .photo1 img {
  width: 100%;
  height: auto;
}

.tmp_bn_box dl dt {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  color: #1d3994;
  text-decoration: underline;
  padding-top: 5px;
}

.tmp_bn_box dl dd {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-top: 5px;
}

/* swiper */
.swiper-wrapper {
  height: auto;
  padding-bottom: 40px;
}

.swiper-slide {
  height: auto;
}

.swiper-slide dd img {
  height: 206px;
	width: 275px;
}

.swiper-container-horizontal>.swiper-scrollbar {
  width: 100%;
  height: 10px;
  background: #f5f5f5;
  left: 0;
}

.swiper-scrollbar-drag {
  background: #ccc;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev {
  left: -30px;
  transform: translateY(-50%) rotate(-180deg);
}

.swiper-button-next {
  right: -30px;
  transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  border: 3px solid #FCD139;
  border-radius: 50%;

  width: 50px;
  height: 50px;
  top: 50%;
  cursor: pointer;
  z-index: 10;

  transition: all 0.3s;

  background-image: none !important;
  margin-top: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: all 0.3s;
  background-color: #fff7e3;
}

#sec-recommended {
	background-color: #fff;
	padding-bottom: 0;
}

/* start_no-tour */

.Result__tour-wrap--no-tour {
  padding: 40px 0;
	display: none;
}

.Result__no-tour-label {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.Result__no-tour-label-em {
  font-size: 2.1rem;
}

.Result__no-tour-txt {
  margin-bottom: 40px;
  color: #888;
  text-align: center;
}

/* end_no-tour */

#Footer {
	margin-top: 50px;
}

.Search__clear:hover {
    opacity: 0.7;
}
.Search__clear {
    width: auto;
    margin-top: 0;
    padding: 10px 40px;
}
.Search__clear {
    margin-left: 15px;
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.0;
    text-align: center;
    background-color: #8e8e8e;
    border-radius: 3px;
	margin-top: -40px;
}
.Search__clear::before {
  content: '\0d7';
  font-size: 2.0rem;
  margin-right: 3px;
  font-weight: 300;
  line-height: 0;
}


/* start_メインビジュアル */

#HikingNote {
    padding: 5px 0;
    color: white;
    font-size: 14px;
    text-align: center;
    background-color: var(--main-color, #246e7c);
}

#HikingKeyvis {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 462px;
    padding-bottom: 40px;
    background: url(/attending/hiking/setsumeikai/images/keyvis_bg.jpg) no-repeat center / cover;
}

/* #HikingKeyvis::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 140px;
    height: 85px;
    background: url(/attending/hiking/setsumeikai/images/logo_hike-in-nature.svg) no-repeat center / contain;
    transform: translateX(-512px);
} */

.HikingKeyvis__h {
    width: 563px;
    height: 260px;
}

/* end_メインビジュアル */

/* start_SEO */

#HikingSeo {
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: -40px 0 0 0;
}

.HikingSeo__img {
    width: 380px;
    border-radius: 16px;
    overflow: hidden;
}

.HikingSeo__p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    margin-top: 80px;
    color: var(--main-color, #246e7c);
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

/* end_SEO */

/* start_導線 */

#HikingSiteFlow {
  padding: 80px 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

#HikingSiteFlow .ttl {
}

.HikingSiteFlow_inner {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.HikingSiteFlow__a {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 328px;
    padding: 30px 20px 30px 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 8px;
    background-color: var(--main-color, #246e7c);
    transition: opacity 0.3s;
}

.HikingSiteFlow__a:hover {
    opacity: 0.7;
}

.HikingSiteFlow__a::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.footnote dd:has(.HikingSiteFlow__a) {
    justify-content: flex-end;
    display: flex;
    margin-top: 32px;
}
.footnote .HikingSiteFlow__a {
    width: 396px;
    padding: 30px 25px;
}
.footnote .HikingSiteFlow__a::before {
  content: none;
}

.HikingSiteFlow__a--top::before {
    background-image: url(/attending/hiking/setsumeikai/images/site-flow_icon_top.svg);
}

.HikingSiteFlow__a--d::before {
    background-image: url(/attending/hiking/setsumeikai/images/site-flow_icon_d.svg);
}

.HikingSiteFlow__a--seminar::before {
    background-image: url(/attending/hiking/setsumeikai/images/site-flow_icon_seminar.svg);
}

.HikingSiteFlow__a--i::before {
    background-image: url(/attending/hiking/setsumeikai/images/site-flow_icon_i.svg);
}

.HikingSiteFlow__a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(/attending/hiking/setsumeikai/images/site-flow_icon.svg) no-repeat center / contain;
}

/* end_導線 */

.ttl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
  color: #246E7C;
}

.ttl:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  border-bottom: 3px solid #246E7C;
  width: 40px;
}

.bg{
  background-color: #F5F5EB;
}