body {
  font-size: 1.4rem;
}

.contents>section p,
.contents>section li,
.contents>section dt,
.contents>section dd {
  line-height: 2;
}

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

.innerWrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  width: 950px;
}

.innerWrap.cont {
  margin: 100px auto;
}

.contents>section {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 15px;
  color: #595757;
  letter-spacing: -0.02em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents>section * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  vertical-align: super;
}

/*================================================================================

parts

================================================================================*/
.contents .linkBtn {
  font-family: "Noto Sans", sans-serif;
  margin-top: 5px;
  padding: 15px 45px 15px 25px;
  background-color: #33B2ED;
  border-radius: 5px;
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  border: 1px solid #33B2ED;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
}

.contents .linkBtn .btn {
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  min-height: auto !important;
}

.contents .linkBtn:hover .btn {
  color: #33B2ED !important;
  text-decoration: none !important;
}

.contents .linkBtn .btn .altIcon {
  display: none;
}

.contents .linkBtn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.contents .linkBtn.-ext::after {
  content: "";
  display: block;
  background: url("/jp/ja/domtour/jaldp/ecotrack/img_sites/icon_ext.png") no-repeat center/contain;
  width: 13px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contents .linkBtn:hover {
  text-decoration: none;
  background: #fff;
  color: #33B2ED;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents .linkBtn:hover::after {
  border-top: solid 1px #33B2ED;
  border-right: solid 1px #33B2ED;
}

.contents .linkBtn.-ext:hover::after {
  border-top: none;
  border-right: none;
  background: url("/jp/ja/domtour/jaldp/ecotrack/img_sites/icon_ext-blue.png") no-repeat center/contain;
}

.contents .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents.taisetsu .l-flex {
  align-items: center;
}

.contents .boxWrap {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contents .boxWrap.bgBeige {
  background: #F3EDF3;
  padding: 20px;
  border-radius: 10px;
}

.contents .boxWrap.bgLine {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 0;
}

.contents .boxWrap.bgLine .inner {
  padding: 40px;
}

.heroimgWrap.typeImg {
  padding-bottom: 0 !important;
}

.heroimgWrap .bx-controls {
  display: none;
}

.mvLead {
  background: rgba(0, 159, 232, 0.1);
  width: 100vw;
  margin-left: calc((-100vw + 100%)/2);
}

.mvLead .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mvLead .innerWrap .img {
  width: fit-content !important;
}

.mvLead .innerWrap .logo {
  width: 314px;
  margin: 0 75px 0 -10px;
}

.mvLead .innerWrap p {
  font-size: 18px;
}

/*================================================================================

ecotrack_index

================================================================================*/
.ecotrack_index .sec00 .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ecotrack_index .sec00 .responsivegrid {
  width: auto !important;
}

.ecotrack_index .sec00 .item {
  width: 460px;
  padding: 10px;
  border: 1px solid #009fe8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ecotrack_index .sec00 .item .inner {
  background: url("/jp/ja/domtour/jaldp/ecotrack/img_sites/bg_line_blue.png") repeat 0 0;
  padding: 30px;
  font-size: 15px;
  line-height: 2;
}

.ecotrack_index .sec00 .item .inner >.responsivegrid {
  width: 100% !important;
}

.ecotrack_index .sec00 .item .logo {
  margin-bottom: 35px;
}

.ecotrack_index .sec00 .item .logo.ecotrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ecotrack_index .sec00 .item .logo.ecotrack img {
  width: 99px;
  margin-right: 36px;
}

.ecotrack_index .sec00 .item .logo.ecotrack p {
  color: #707070;
  font-size: 20px;
  line-height: 1.6;
}

.ecotrack_index .sec01 {
  background-color: #E5F5FD;
  padding: 100px 0;
  width: 100vw;
  margin-left: calc((-100vw + 100%)/2);
}

.ecotrack_index .sec01 .title_sec {
  width: 518px;
  margin: auto;
}

.ecotrack_index .sec01 .title_sec .ttlLv1 {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.ecotrack_index .sec01 .title_sec .ttlLv1::after {
  display: none !important;
}

.ecotrack_index .sec01 .lead {
  font-size: 18px;
  margin-top: 60px;
  text-align: center;
}

.ecotrack_index .sec01 .pointArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 950px;
  margin: 35px auto 0;
}

.ecotrack_index .sec01 .pointArea >.img {
  width: auto !important;
}

.ecotrack_index .sec01 .pointArea .item {
  width: 378px;
  margin-right: -80px;
}

.ecotrack_index .sec01 .anotherLink {
  width: 700px;
  margin: 60px auto 0;
  background: #fff;
  border: 1px solid #009fe8;
  border-radius: 2rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ecotrack_index .sec01 .anotherLink .text {
  width: fit-content;
  font-size: 2rem;
	font-weight: bold;
  color: #009fe8;
}

.ecotrack_index .sec01 .anotherLink .linkbtn {
  width: fit-content;
}

.ecotrack_index .sec01 .anotherLink .btnBox .btn {
  margin-top: 0 !important;
  min-height: auto !important;
  background: #fff !important;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 30px;
}

.ecotrack_index .sec01 .sponsorshipArea {
  margin-top: 70px;
}

.ecotrack_index .sec01 .sponsorshipArea .title_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ecotrack_index .sec01 .sponsorshipArea .title_s::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #595757;
  margin-right: 10px;
}

.ecotrack_index .sec01 .sponsorshipArea .title_s::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #595757;
  margin-left: 10px;
}

.ecotrack_index .sec01 .sponsorshipArea .logo {
  width: 700px;
  margin: 10px auto 0;
}

.ecotrack_index .sec01 .linkbtn {
  text-align: center;
}

.ecotrack_index .sec01 .mapArea {
  width: 950px;
  margin: 70px auto 0;
}

.ecotrack_index .sec01 .mapArea .tourInfo {
  text-align: left;
  font-weight: 500;
  margin-top: 30px;
}
.ecotrack_index .sec01 .mapArea .tourInfo .tit {
  font-size: 20px !important;
}

.ecotrack_index .sec02 {
  padding: 80px 0;
}

.ecotrack_index .sec02 .ttlImgLv1 {
  padding: 0 !important;
  margin: 0 !important;
}

.ecotrack_index .sec02 .lead {
  margin-top: 1.5rem;
}

.ecotrack_index .sec02 .lead .txtList {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}

.ecotrack_index .sec02 .lead .txtList > li {
  padding: 0 !important;
  font-size: 1.6rem !important;
}

.ecotrack_index .sec02 .lead .txtList > li span {
  color: #87498b;
}

.ecotrack_index .sec02 .lead .txtList > li::before {
  display: none !important;
}

.ecotrack_index .sec02 .lead .txtList > li + li {
  margin-top: 0 !important;
}

.ecotrack_index .sec02 .item {
  background: #F3EDF3;
  padding: 10px;
  margin-top: 80px;
}

.ecotrack_index .sec02 .item.hotel {
  padding: 60px 80px;
  border-radius: 20px;
}

.ecotrack_index .sec02 .item .inner {
  border: 1px solid #87498b;
  padding: 50px 70px;
}

.ecotrack_index .sec02 .item .ttlLv2 {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  border-bottom: 2px dotted #87498b;
  text-align: center;
}

.ecotrack_index .sec02 .item .ttlLv2 .heading {
  font-size: 2.4rem !important;
  line-height: 1 !important;
  color: #87498b !important;
  padding-left: 0 !important;
  border-left: none !important;
}

.ecotrack_index .sec02 .point .ttlLv2 .heading {
  position: relative;
}

.ecotrack_index .sec02 .point .ttlLv2 .heading::before {
  position: absolute;
  content: "";
  background: url("/jp/ja/domtour/jaldp/ecotrack/img_sites/point.png") no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  top: -80px;
  left: -90px;
}

.ecotrack_index .sec02 .item .hotelList {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea {
  margin-top: 10px;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList {
  display: flex;
  gap: 1rem;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList > li {
  padding: 0 !important;
  font-size: 2rem !important;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList > li::before {
  display: none !important;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList > li + li {
  margin-top: 0 !important;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList > li strong {
  color: #87498b;
  line-height: 1.5;
  padding: 0 2rem;
  border-radius: .5rem;
  background: #fff;
}


.ecotrack_index .sec02 .item.hotel .hotelList .hotelArea .txtList > li strong {
  display: inline-block;
  min-width: 12em;
  text-align: center;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList > li span {
  font-size: 1.2rem;
}

.ecotrack_index .sec02 .item .linkbtn {
  text-align: center;
}

.ecotrack_index .sec02 .item .linkbtn .btn {
  background: #fff !important;
}

.ecotrack_index .sec02 .attentionBox {
  padding: 40px 50px;
  border: 1px solid #87498b;
  margin-top: 80px;
}

.ecotrack_index .sec02 .attentionBox .attentionTitle {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.ecotrack_index .sec02 .attentionBox .txtListBox {
  margin-top: 30px !important;
}

.ecotrack_index .sec02 .attentionBox .attentionList {
  font-size: 15px;
}

.price {
  border: 1px solid #ccc;
  padding: 30px 120px;
}

@media screen and (max-width: 960px) {
  .contents p,
  .contents li,
  .contents dt,
  .contents dd {
    line-height: 1.7;
  }

  .innerWrap {
    width: 92%;
    width: calc(100% - 40px);
  }

.innerWrap.cont {
  margin: 50px auto;
}

.contents >section {
  letter-spacing: -0.03em;
}
/*================================================================================

parts

================================================================================*/
.contents .btnGY {
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

.contents .linkBtn {
  padding: 10px 40px 10px 10px;
}


.contents .boxWrap {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.contents .boxWrap.bgBeige {
  padding: 15px;
}

.contents .boxWrap.bgLine .inner {
  padding: 20px;
}

.mainVisual {
  overflow: hidden;
  max-height: 400px;
}

.mainVisual .title {
  top: 40px;
}

.mainVisual .mvSlideWrap {
  display: block;
  max-height: 400px;
}

.mvLead .innerWrap {
  flex-direction: column;
  padding: 10px 0;
  text-align: center;
}

.mvLead .innerWrap .logo {
  width: 100%;
}

.mvLead .innerWrap p {
  font-size: 16px;
}

/*================================================================================

ecotrack_index

================================================================================*/

.ecotrack_index .sec00 .responsivegrid {
  width: 100% !important;
}

.ecotrack_index .sec00 .innerWrap {
  gap: 2rem;
  flex-direction: column;
}

.ecotrack_index .sec00 .item {
  width: 100%;
}

.ecotrack_index .sec00 .item+.item {
  margin-top: 20px;
}

.ecotrack_index .sec00 .item .inner {
  background: url("/domtour/jaldp/ecotrack/img/bg_line_blue.png") repeat 0 0;
  padding: 15px;
  line-height: 2;
}

.ecotrack_index .sec00 .item .logo {
  margin-bottom: 15px;
}

.ecotrack_index .sec00 .item .logo.ecotrack img {
  margin-right: 15px;
}

.ecotrack_index .sec00 .item .logo.ecotrack p {
  font-size: 16px;
}

.ecotrack_index .sec01 {
  padding: 50px 20px;
}

.ecotrack_index .sec01 .title_sec {
  width: 100%;
  margin: auto;
}

.ecotrack_index .sec01 .lead {
  font-size: 16px;
  margin-top: 20px;
  text-align: justify;
  font-feature-settings: "palt";
}

.ecotrack_index .sec01 .pointArea {
  width: 100%;
  margin-top: 20px;
}

.ecotrack_index .sec01 .pointArea .item {
  width: 100%;
  transform: translateX(9%);
  margin-top: -45px;
}

.ecotrack_index .sec01 .anotherLink {
  width: 100%;
  margin: 30px auto 0;
  padding: 2rem;
  flex-direction: column;
  gap: 1rem;
}

.ecotrack_index .sec01 .anotherLink .text {
  font-size: 1.6rem;
}

.ecotrack_index .sec01 .sponsorshipArea {
  margin-top: 50px;
}

.ecotrack_index .sec01 .sponsorshipArea .title_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}

.ecotrack_index .sec01 .sponsorshipArea .logo {
  width: 70%;
  margin: 10px auto 0;
}

.ecotrack_index .sec01 .mapArea {
  margin-top: 50px;
  width: 100%;
}

.ecotrack_index .sec01 .mapArea .tourInfo {
  text-align: center;
  margin-top: 20px;
}

.ecotrack_index .sec02 .lead .txtList {
  flex-direction: column;
  gap: 1.5rem;
}

.ecotrack_index .sec02 .item {
  margin-top: 40px;
}

.ecotrack_index .sec02 .item.hotel {
  padding: 40px 20px;
}

.ecotrack_index .sec02 .item .inner {
  padding: 30px 10px;
}

.ecotrack_index .sec02 .item .ttlLv2 .heading {
  font-size: 1.8rem !important;
}
.ecotrack_index .sec02 .point .ttlLv2 .heading::before {
  width: 45px;
  height: 45px;
  top: -55px;
  left: -25px;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList {
  flex-direction: column;
  gap: 2rem;
}

.ecotrack_index .sec02 .item .hotelList .hotelArea .txtList > li strong {
  display: block;
  text-align: center;
  width: 100%;
}

.ecotrack_index .sec02 .attentionBox {
  padding: 20px;
  margin-top: 40px;
}

.price {
  border: 1px solid #ccc;
  padding: 30px 30px;
}
}