@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* room */
/* ============================================ */
.contents .recommend ul li a .content .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_arrow.svg) no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.title {
  background-image: url(../images/active/main.webp);
}
.title:after {
  content: none;
}
.title h1 {
  margin-top: -140px;
  padding-inline: 0;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
  -webkit-line-clamp: none;
  line-clamp: none;
}
@media all and (max-width: 896px) {
  .title h1 {
    margin-top: -30px;
    -webkit-filter: drop-shadow(0 0 5px #000);
            filter: drop-shadow(0 0 5px #000);
  }
}

/* index */
/* ============================================ */
@media all and (max-width: 896px) {
  .contents .anchor li {
    width: calc((100% - 32px) / 3);
    margin: 16px 16px 0 0;
  }
}
@media all and (max-width: 896px) {
  .contents .anchor li:nth-child(2n) {
    margin-right: 16px;
  }
}
@media all and (max-width: 896px) {
  .contents .anchor li:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .contents .anchor li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.contents .plan {
  padding-bottom: 0;
  color: #fff;
}
.contents .plan.bg01 {
  background: url(../images/active/bg_01.webp) no-repeat center top/1920px auto;
}
@media all and (max-width: 896px) {
  .contents .plan.bg01 {
    background: url(../images/active/bg_01_sp.webp) no-repeat center top/100% auto;
  }
}
.contents .plan.bg02 {
  background: url(../images/active/bg_02.webp) no-repeat center top/1920px auto;
}
@media all and (max-width: 896px) {
  .contents .plan.bg02 {
    background: url(../images/active/bg_02_sp.webp) no-repeat center top/100% auto;
  }
}
.contents .plan.bg03 {
  background: url(../images/active/bg_03.webp) no-repeat center top/1920px auto;
}
@media all and (max-width: 896px) {
  .contents .plan.bg03 {
    background: url(../images/active/bg_03_sp.webp) no-repeat center top/100% auto;
  }
}
.contents .plan .ttl_lv2::before {
  background-color: #fff;
}
.contents .plan .ttl_lv2 em {
  color: #fff;
}
.contents .plan ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  .contents .plan ol {
    display: block;
  }
}
.contents .plan ol > li {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 32px) / 2);
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  color: #272727;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .plan ol > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    padding: 20px;
    font-size: 1.6rem;
  }
  .contents .plan ol > li:not(:first-child) {
    margin-top: 10px;
  }
}
.contents .plan ol > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 3px 50px 5px 32px;
  border-radius: 100px;
  background: #3c6d5a;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
@media all and (max-width: 896px) {
  .contents .plan ol > li a {
    padding-block: 6px 10px;
    font-size: 1.8rem;
  }
}
.contents .plan ol > li a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 40px;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg) skew(15deg, 15deg);
          transform: rotate(135deg) skew(15deg, 15deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .plan ol > li a:hover {
  opacity: 1;
}
.contents .plan ol > li a:hover::after {
  top: 4px;
}
.contents .plan ol > li ul {
  margin-top: 16px;
}
.contents .plan ol > li ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .plan ol > li ul > li:not(:first-child) {
  margin-top: 8px;
}
.contents .plan ol > li ul > li time {
  width: 55px;
  color: #3c6d5a;
  font-family: "Radley", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}
@media all and (max-width: 896px) {
  .contents .plan ol > li ul > li time {
    line-height: 1.1;
  }
}
.contents .days > .width {
  position: relative;
}
.contents .days > .width > .ttl_lv3 {
  margin-block: 0 6vw;
}
@media all and (max-width: 896px) {
  .contents .days > .width > .ttl_lv3 {
    margin-bottom: 48px;
  }
}
.contents .days > .width > i {
  position: absolute;
  top: -2vw;
  right: 0;
}
@media all and (max-width: 896px) {
  .contents .days > .width > i img {
    width: 216px;
  }
}
.contents .types > ul > li .upper {
  padding-inline: 14vw 0;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper {
    display: block;
    padding-left: 30px;
  }
}
.contents .types > ul > li .upper figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-inline: 4.17vw -4px;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper figure {
    margin-left: 0;
  }
}
.contents .types > ul > li .upper .exp {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  min-width: 300px;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp {
    min-width: initial;
    padding: 30px 30px 0 0;
  }
}
.contents .types > ul > li .upper .exp h3 {
  color: #272727;
  font-size: 4rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp h3 {
    font-size: 2.4rem;
  }
}
.contents .types > ul > li .upper .exp h3 time {
  display: block;
  margin-bottom: 16px;
  color: #3c6d5a;
  font-family: "Radley", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp h3 time {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
.contents .l-set h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 72px;
  font-size: 4rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .contents .l-set h3 {
    padding-bottom: 54px;
    font-size: 2rem;
  }
}
.contents .l-set h3::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 4px;
  width: 1px;
  height: 40px;
  background: #dadfde;
}
@media all and (max-width: 896px) {
  .contents .l-set h3::after {
    height: 25px;
  }
}
.contents .l-set h3 time {
  display: block;
  margin-bottom: 16px;
  color: #3c6d5a;
  font-family: "Radley", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .contents .l-set figure {
    margin-bottom: 30px;
  }
}
.contents .l-set .exp {
  font-size: 1.6rem;
}
.contents .l-set.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media all and (max-width: 896px) {
  .contents .l-set.center {
    text-align: left;
  }
}
.contents .l-set.center h3::after {
  left: 50%;
}
@media all and (max-width: 896px) {
  .contents .l-set.center h3::after {
    left: 4px;
  }
}
.contents .l-set.center figure {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .contents .l-set.center figure {
    margin-top: 0;
  }
}
.contents .l-set.center .exp {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media all and (max-width: 896px) {
  .contents .l-set.center .exp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.contents .l-set.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .contents .l-set.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .l-set.left figure {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25vw;
}
@media all and (max-width: 896px) {
  .contents .l-set.left figure {
    width: 100%;
    text-align: center;
  }
  .contents .l-set.left figure img {
    width: 200px;
  }
}
.contents .l-set.left .exp {
  width: calc(100% - 25vw - 48px);
}
@media all and (max-width: 896px) {
  .contents .l-set.left .exp {
    width: 100%;
  }
}
.contents .l-set.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .contents .l-set.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents .l-set.right figure {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25vw;
}
@media all and (max-width: 896px) {
  .contents .l-set.right figure {
    width: 100%;
    text-align: center;
  }
  .contents .l-set.right figure img {
    width: 200px;
  }
}
.contents .l-set.right .exp {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: calc(100% - 25vw - 48px);
}
@media all and (max-width: 896px) {
  .contents .l-set.right .exp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
.contents .l-set.line01 {
  margin-top: 32px;
  padding-top: 225px;
  background: url(../images/common/line01.svg) no-repeat calc(50% - 134px) 0/268px auto;
}
@media all and (max-width: 896px) {
  .contents .l-set.line01 {
    margin-top: 16px;
    padding-top: 126px;
    background-position: center 0;
    background-size: 150px auto;
  }
}
.contents .l-set.line02 {
  margin-top: 32px;
  padding-top: 158px;
  background: url(../images/common/line02.svg) no-repeat calc(50% + 168px) 0/336px auto;
}
@media all and (max-width: 896px) {
  .contents .l-set.line02 {
    margin-top: 16px;
    padding-top: 80px;
    background-position: center 0;
    background-size: 150px auto;
  }
}
.contents .l-set.line03 {
  margin-top: 32px;
  padding-top: 162px;
  background: url(../images/common/line03.svg) no-repeat calc(50% - 107px) 0/214px auto;
}
@media all and (max-width: 896px) {
  .contents .l-set.line03 {
    margin-top: 24px;
    padding-top: 90px;
    background-position: center 0;
    background-size: 110px auto;
  }
}
.contents .joy {
  padding-top: 0;
  text-align: center;
}
.contents .joy h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 64px;
  color: #3c6d5a;
  font-size: 3.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .contents .joy h3 {
    margin-bottom: 32px;
    font-size: 2.4rem;
  }
}
.contents .joy h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  width: 10px;
  height: 15px;
  background: url(../images/common/ico_star_01.svg) no-repeat;
}
@media all and (max-width: 896px) {
  .contents .joy h3::before {
    top: 4px;
    left: -20px;
  }
}
.contents .joy h3::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -42px;
  width: 26px;
  height: 35px;
  background: url(../images/common/ico_star_02.svg) no-repeat;
}
@media all and (max-width: 896px) {
  .contents .joy h3::after {
    top: 6px;
    right: -36px;
  }
}
.contents .joy .more {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .contents .joy .more {
    margin-top: 4px;
  }
}
.contents .joy .more .btn {
  padding-inline: 20px 34px;
}
.contents .joy .more .btn::after {
  right: 12px;
}
.contents .joy .more .btn:hover::after {
  right: 7px;
}
.contents .joy .more .btn[target=_blank]:hover::after {
  right: 12px;
}
.contents .recommend {
  padding-block: 100px;
  background: url(../images/active/bg_recommend.webp) no-repeat center/cover;
  color: #fff;
}
@media all and (max-width: 896px) {
  .contents .recommend {
    padding: 80px 15px;
  }
}
.contents .recommend .ttl_lv3 {
  margin-bottom: 60px;
  border-left-color: #fff;
}
.contents .recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents .recommend ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 64px) / 3);
  margin: 32px 32px 0 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .contents .recommend ul li {
    width: auto;
    margin: 0 0 24px;
  }
}
.contents .recommend ul li:nth-child(-n+3) {
  margin-top: 0;
}
.contents .recommend ul li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .contents .recommend ul li:last-child {
    margin-bottom: 0;
  }
}
.contents .recommend ul li a {
  background: #fff;
  color: #272727;
  text-decoration: none;
}
.contents .recommend ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.contents .recommend ul li a .content {
  padding: 30px;
  font-size: 1.6rem;
}
.contents .recommend ul li a .content .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #272727;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .recommend ul li a .content .more::after {
  right: 17px;
  background-image: url(../images/common/ico_arrow_w.svg);
}
.contents .recommend ul li a:hover {
  background: #e6f4ef;
  opacity: 1;
}
.contents .recommend ul li a:hover .more {
  background: #3c6d5a;
}
.contents .recommend ul li a:hover .more::after {
  right: 12px;
}