@charset "UTF-8";
/*----------
	大人の休日倶楽部　旅計画サポートサービスCSS
----------*/
/* 概要 */
.ts_about .ts_about_ttl {
  font-size: 3.2rem;
  font-size: clamp(2.6rem, 7.2727272727vw, 4.4rem);
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ts_about .ts_about_ttl {
    font-size: 4.4rem;
  }
}
.ts_about .ts_about_txt {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 4.0909090909vw, 2.4rem);
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ts_about .ts_about_txt {
    margin-top: 33px;
  }
}
.ts_about .ts_about_intro {
  display: flex;
  justify-content: center;
  gap: 20px;
  gap: clamp(12px, 4.5454545455vw, 30px);
  margin-top: 20px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 751px) {
  .ts_about .ts_about_intro {
    margin-top: 47px;
    max-width: 750px;
  }
}
.ts_about .ts_about_intro_plusIcon {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 50px;
  width: clamp(40px, 11.3636363636vw, 75px);
  height: 50px;
  height: clamp(40px, 11.3636363636vw, 75px);
  background-color: var(--color-theme-main);
  border-radius: 50%;
}
.ts_about .ts_about_intro_plusIcon::before, .ts_about .ts_about_intro_plusIcon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 26px;
  width: clamp(16px, 5.9090909091vw, 39px);
  height: 6px;
  height: clamp(4px, 1.3636363636vw, 10px);
  background-color: #ffffff;
}
.ts_about .ts_about_intro_plusIcon::after {
  transform: rotate(90deg);
}
.ts_about .ts_about_intro_dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 20px) / 2);
  background-color: #e4fbea;
  border-radius: 20px;
  padding: 20px 20px 24px;
  padding: clamp(12px, 4.5454545455vw, 20px) clamp(12px, 4.5454545455vw, 20px) clamp(14px, 5.4545454545vw, 24px);
}
.ts_about .ts_about_intro_dt {
  font-size: 2rem;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  font-weight: bold;
  color: var(--color-theme-main);
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ts_about .ts_about_intro_dt {
    font-size: 3rem;
  }
}
.ts_about .ts_about_intro_dd {
  margin-top: 20px;
}
.ts_about .ts_about_intro_dd img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 100%;
  max-height: 130px;
  max-height: clamp(100px, 29.5454545455vw, 240px);
}
@media only screen and (min-width: 751px) {
  .ts_about .ts_about_intro_dd img {
    max-height: 240px;
  }
}
.ts_about .ts_about_intro_dd p {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .ts_about .ts_about_intro_dd p {
    font-size: 2.1rem;
  }
}

/* 自由な個人旅行の計画サポート */
.ts_personalTravelSupportOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_personalTravelSupportList {
  width: 100%;
  height: auto;
  display: block;
}

.ts_personalTravelSupportListItem {
  width: 100%;
  height: auto;
  display: block;
}
.ts_personalTravelSupportListItem:not(:first-of-type) {
  margin-top: 40px;
  border-top: 1px solid var(--color-theme-main);
}

/* 魅力的な旅の情報が会員誌で届くから旅の行き先も見つけやすい */
/* 会員誌紹介枠 */
.ts_magOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_magWrapper {
  width: 100%;
  height: auto;
  display: block;
}

.ts_magList {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .ts_magList {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 4%;
  }
}

.ts_magListItem {
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
}
.ts_magListItem:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .ts_magListItem:not(:first-of-type) {
    margin-top: 0;
  }
}

.ts_magListItemContentsOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_magListItemHeaderOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_magListItemHeaderText {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.ts_magListItemHeaderText-month {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: var(--color-theme-main);
  color: #ffffff;
  line-height: 1;
  padding: 7px 11px;
  border-radius: 3px;
}

.ts_magListItemHeaderText-title {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.4rem;
}

.ts_magListItemPhotoOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.ts_magListItemPhotoList {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 2.7778%;
}

.ts_magListItemPhotoListItem {
  width: 100%;
  height: auto;
  display: block;
}

.ts_magListItemPhotoListImgOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_magListItemPhotoListImg {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

.ts_magListItemPhotoListImgCaption {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 6px;
}

/* 「大人の休日倶楽部」会員誌 */
.ts_magPage {
  width: 100%;
  height: auto;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 10px 10px;
}
@media only screen and (min-width: 751px) {
  .ts_magPage {
    padding: 40px 30px;
  }
}

.ts_magPageTtl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 751px) {
  .ts_magPageTtl {
    font-size: 2rem;
    margin-bottom: 34px;
  }
}

.ts_magPagePhotoOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .ts_magPagePhotoOuter {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.ts_magPagePhotoOuter + .ts_magPagePhotoOuter {
  margin-top: 10px;
}
@media only screen and (min-width: 751px) {
  .ts_magPagePhotoOuter + .ts_magPagePhotoOuter {
    margin-top: 30px;
  }
}

.ts_magPagePhotoTtl {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media only screen and (min-width: 751px) {
  .ts_magPagePhotoTtl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.ts_magPagePhotoImg {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

/* モデルコースがあるから計画作業に自信がなくても安心 */
.ts_modelOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_modelHeaderText {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.ts_modelWrapper {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 751px) {
  .ts_modelWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

.ts_modelPlanList {
  width: 100%;
  height: auto;
  display: block;
}

.ts_modelPlanListItem {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.ts_modelPlanListItem:not(:first-of-type) {
  margin-top: 20px;
}

.ts_modelPlanDetailList {
  width: 100%;
  height: auto;
  display: block;
}

.ts_modelPlanDetailTerm {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-theme-main);
  background-color: #e4fbea;
  line-height: 1;
  padding: 13px;
}

.ts_modelPlanDetailDesc {
  width: 100%;
  height: auto;
  display: block;
}
.ts_modelPlanDetailDesc:has(figure) {
  margin-top: 10px;
}
.ts_modelPlanDetailDesc:has(figure) + .ts_modelPlanDetailDesc {
  margin-top: 6px;
}

.ts_modelPlanDetaiDescImgOuter {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 751px) {
  .ts_modelPlanDetaiDescImgOuter {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ts_modelPlanDetaiDescImg {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

.ts_modelPlanDetaiDescImgCaption {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 6px;
}

.ts_modelPlanDetaiTable {
  width: 100%;
  height: auto;
  border: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ts_modelPlanDetaiTable th, .ts_modelPlanDetaiTable td {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.ts_modelPlanDetaiTable th:first-of-type, .ts_modelPlanDetaiTable td:first-of-type {
  border-right: 1px solid #dddddd;
}
.ts_modelPlanDetaiTable thead {
  background-color: #eeeeee;
}
.ts_modelPlanDetaiTable thead th {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}
.ts_modelPlanDetaiTable tbody td {
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}
.ts_modelPlanDetaiTable tbody td:not(:first-of-type) {
  text-align: left;
  padding-left: 44px;
}
@media only screen and (min-width: 751px) {
  .ts_modelPlanDetaiTable tbody td:not(:first-of-type) {
    padding-left: 55px;
  }
}
.ts_modelPlanDetaiTable tbody td.useTrain {
  position: relative;
}
.ts_modelPlanDetaiTable tbody td.useTrain::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/assets/img/icon-service/train.svg) no-repeat left top;
}
.ts_modelPlanDetaiTable tbody td.move {
  position: relative;
}
.ts_modelPlanDetaiTable tbody td.move::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 25px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: var(--color-theme-main);
}

/* モデルコースバナー */
.ts_modelCourseBannerOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 751px) {
  .ts_modelCourseBannerOuter {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.ts_modelCourseBannerImgOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_modelCourseBannerImg {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

.ts_modelCourseBannerText {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  margin-top: 16px;
}
@media only screen and (min-width: 751px) {
  .ts_modelCourseBannerText {
    font-size: 1.6rem;
  }
}

.ts_modelCourseBannerLink {
  display: block;
}

/* ガイド付きツアーの例 */
.ts_packageTourExOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 15px;
}

.ts_packageTourExList {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
}
@media only screen and (min-width: 751px) {
  .ts_packageTourExList {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ts_packageTourExListItem {
  width: 100%;
  height: auto;
  display: block;
}

.ts_packageTourExImgOuter {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.ts_packageTourExImg {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1;
}

.ts_packageTourExImgText {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 5px;
}

/* 旅の手配をお任せできるパッケージツアー */
.ts_packageTourOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_packageTourList {
  width: 100%;
  height: auto;
  display: block;
}

.ts_packageTourListItem {
  width: 100%;
  height: auto;
  display: block;
}
.ts_packageTourListItem:not(:first-of-type) {
  margin-top: 40px;
  border-top: 1px solid var(--color-theme-main);
}
@media only screen and (min-width: 751px) {
  .ts_packageTourListItem:not(:first-of-type) {
    margin-top: 60px;
  }
}

.ts_packageTourImgOuter {
  width: 100%;
  height: auto;
  display: block;
}

.ts_packageTourImgWrapper {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}

.ts_packageTourImg {
  max-width: 230px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 751px) {
  .ts_packageTourImg {
    max-width: 280px;
  }
}

.ts_packageTourTextOuter {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 18px;
}
@media only screen and (min-width: 751px) {
  .ts_packageTourTextOuter {
    margin-top: 28px;
  }
}

.ts_packageTourText {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media only screen and (min-width: 751px) {
  .ts_packageTourText {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}