@charset "UTF-8";
/* color
**************************************************************************************************/
.main-discount_plan {
  padding-bottom: 0;
}

.area-kv .title-body {
  position: relative;
}
.area-kv .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.area-kv .title h1 {
  font-weight: bold;
}
.area-kv .title h1 span.sub {
  font-size: 16px;
  display: block;
}
.area-kv .title h1 span.sub span.mini {
  font-size: 12px;
}
.area-kv .title h1 span.main {
  font-size: 28px;
}
.area-kv .title h1 span.main span.orange {
  color: #FFB706;
}
.area-kv .title ul.anchor {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  gap: 10px;
  padding: 0 50px;
}
.area-kv .title ul.anchor li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 0.2em 1em;
}
.area-kv .title ul.anchor li a span {
  background: url(../images/special/discount_plan/arw01.svg) 100% 50% no-repeat;
  background-size: 10px 8px;
  padding-right: 1em;
}
.area-kv .body .slick-slider {
  line-height: 0;
}
@media screen and (min-width: 1025px) {
  .area-kv .title-body {
    position: relative;
  }
  .area-kv .title h1 span.sub {
    font-size: 26px;
  }
  .area-kv .title h1 span.sub span.mini {
    font-size: 30px;
  }
  .area-kv .title h1 span.main {
    font-size: 50px;
  }
  .area-kv .title ul.anchor {
    margin-top: 30px;
    font-size: 18px;
    gap: 20px;
    padding: 0px;
  }
  .area-kv .title ul.anchor li a {
    padding: 0.2em 1em 0.4em 1em;
  }
  .area-kv .title ul.anchor li a span {
    background-size: 12px 9px;
  }
  .area-kv .body .slick-slider {
    line-height: 0;
  }
}

.area-accommodation {
  padding: 50px 20px;
  background: #F6FDEA;
}
.area-accommodation .body .place {
  margin-bottom: 30px;
}
.area-accommodation .body .place:last-of-type {
  margin-bottom: 0;
}
.area-accommodation .body .place .imgtxt .img {
  margin-bottom: 25px;
}
.area-accommodation .body .place .imgtxt .img ul {
  position: relative;
}
.area-accommodation .body .place .imgtxt .img ul li img {
  border-radius: 20px;
}
.area-accommodation .body .place .imgtxt .img ul li button {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.area-accommodation .body .place .imgtxt .img .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.area-accommodation .body .place .imgtxt .img .slick-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.area-accommodation .body .place .imgtxt .img .slick-dots li.slick-active {
  background: #48AE41;
}
.area-accommodation .body .place .imgtxt .txt p.sub {
  font-size: 18px;
  color: #006E33;
  margin-bottom: 0.3em;
  font-weight: bold;
}
.area-accommodation .body .place .imgtxt .txt h3.ttl {
  font-size: 26px;
  color: #006E33;
  border-bottom: 1px dashed #006E33;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
.area-accommodation .body .place .imgtxt .txt p.desc {
  font-size: 14px;
  line-height: 1.8;
}
.area-accommodation .body .place .imgtxt .txt p.more {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.area-accommodation .body .place .imgtxt .txt p.more a {
  display: inline-block;
  padding: 0.8em 2em;
  padding-right: 3em;
  border-radius: 100px;
  background: #D6665B url(../images/special/discount_plan/arw02.svg) calc(100% - 10px) 50% no-repeat;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-accommodation {
    padding: 70px 100px 120px 100px;
  }
  .area-accommodation .inner {
    max-width: 960px;
    margin-inline: auto;
  }
  .area-accommodation .body .place {
    margin-bottom: 70px;
  }
  .area-accommodation .body .place:last-of-type {
    margin-bottom: 0;
  }
  .area-accommodation .body .place .imgtxt {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
  .area-accommodation .body .place .imgtxt .img {
    margin-bottom: 0px;
    width: 54%;
  }
  .area-accommodation .body .place .imgtxt .img .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .area-accommodation .body .place .imgtxt .txt {
    flex: 1;
  }
  .area-accommodation .body .place .imgtxt .txt p.sub {
    font-size: 22px;
    margin-bottom: 0.3em;
  }
  .area-accommodation .body .place .imgtxt .txt h3.ttl {
    font-size: 32px;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
  }
  .area-accommodation .body .place .imgtxt .txt p.desc {
    font-size: 16px;
  }
  .area-accommodation .body .place .imgtxt .txt p.more {
    margin-top: 20px;
    text-align: left;
  }
}

.area-benefits {
  padding: 50px 20px;
}
.area-benefits .body .ticket {
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #ccc;
  margin-bottom: 20px;
}
.area-benefits .body .ticket .imgtxt .img {
  padding: 30px;
  background: #dfdfdf;
  text-align: center;
}
.area-benefits .body .ticket .imgtxt .img h3.ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box {
  text-align: center;
}
.area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box p.plan {
  font-size: 13px;
  font-weight: bold;
}
.area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box p.plan span.line {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box p.plan span.line::before, .area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box p.plan span.line::after {
  content: "";
  background: #333;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
}
.area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box p.plan span.line::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
}
.area-benefits .body .ticket .imgtxt .img .plan_icon .txt_box p.plan span.line::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.area-benefits .body .ticket .imgtxt .img .logo_box {
  margin-top: 10px;
}
.area-benefits .body .ticket .imgtxt .img .logo_box .img_wrap img {
  width: 100px;
}
.area-benefits .body .ticket .txt {
  padding: 20px 30px 30px 30px;
  text-align: center;
}
.area-benefits .body .ticket .txt p.period {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
}
.area-benefits .body .ticket .txt p.desc {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
.area-benefits .body .ticket .txt p.price {
  font-size: 22px;
  font-weight: 900;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  margin-bottom: 16px;
}
.area-benefits .body .ticket .txt p.price span.money {
  font-size: 40px;
}
.area-benefits .body .ticket .txt .note_box {
  border-radius: 20px;
  background: #F7F7F7;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 1em;
}
.area-benefits .body .ticket .txt .note_box p {
  font-size: 16px;
  font-weight: bold;
}
.area-benefits .body .ticket .txt .note_box p span {
  font-size: 20px;
}
.area-benefits .body .ticket.is_green {
  border-color: #006E33;
}
.area-benefits .body .ticket.is_green .img {
  background: rgba(0, 110, 51, 0.05);
}
.area-benefits .body .ticket.is_green p.price {
  color: #006E33;
  border-color: #006E33;
}
.area-benefits .body .ticket.is_green .colored {
  color: #006E33;
}
.area-benefits .body .ticket.is_red {
  border-color: #D6665B;
}
.area-benefits .body .ticket.is_red .img {
  background: rgb(214, 102, 91);
  color: #fff;
}
.area-benefits .body .ticket.is_red p.price {
  color: #D6665B;
  border-color: #D6665B;
}
.area-benefits .body .ticket.is_red .colored {
  color: #D6665B;
}
.area-benefits .body .ticket.is_red span.line::before, .area-benefits .body .ticket.is_red span.line::after {
  background: #fff !important;
}
.area-benefits .body .note {
  font-size: 11px;
}
.area-benefits .body .note ul {
  margin-bottom: 1.5em;
}
.area-benefits .body .note p {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .area-benefits {
    padding: 70px 100px;
  }
  .area-benefits .inner {
    max-width: 960px;
    margin-inline: auto;
  }
  .area-benefits .body .ticket {
    margin-bottom: 30px;
  }
  .area-benefits .body .ticket .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-benefits .body .ticket .imgtxt .img {
    width: 315px;
  }
  .area-benefits .body .ticket .imgtxt .img h3.ttl {
    font-size: 28px;
  }
  .area-benefits .body .ticket .txt {
    padding: 50px;
    flex: 1;
    background: #fff;
  }
  .area-benefits .body .ticket .txt p.period {
    font-size: 16px;
  }
  .area-benefits .body .ticket .txt p.desc {
    font-size: 16px;
  }
  .area-benefits .body .ticket .txt p.price {
    font-size: 42px;
  }
  .area-benefits .body .ticket .txt p.price span.money {
    font-size: 80px;
  }
  .area-benefits .body .ticket .txt .note_box {
    display: inline-block;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 1em;
  }
  .area-benefits .body .ticket .txt .note_box p {
    font-size: 16px;
    font-weight: bold;
  }
  .area-benefits .body .ticket .txt .note_box p span {
    font-size: 20px;
  }
  .area-benefits .body .ticket.is_green {
    background: rgba(0, 110, 51, 0.05);
  }
  .area-benefits .body .ticket.is_green .img {
    background: none;
  }
  .area-benefits .body .ticket.is_red {
    background: #D6665B;
  }
  .area-benefits .body .ticket.is_red .img {
    background: none;
  }
  .area-benefits .body .note {
    font-size: 13px;
  }
}

.area-hotel_list {
  padding: 50px 0px;
}
.area-hotel_list .body .hotels .hotel {
  background: #F5F9FC;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.area-hotel_list .body .hotels .hotel h3 {
  text-align: center;
  font-size: 24px;
  color: #005BAD;
  margin-bottom: 0.8em;
}
.area-hotel_list .body .hotels .hotel .places {
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
  margin-bottom: 20px;
}
.area-hotel_list .body .hotels .hotel .places .place.is_txt {
  margin-bottom: -20px;
}
.area-hotel_list .body .hotels .hotel .places .place .imgtxt .img {
  margin-bottom: 10px;
}
.area-hotel_list .body .hotels .hotel .places .place .imgtxt .img picture img {
  border-radius: 10px;
}
.area-hotel_list .body .hotels .hotel .places .place .imgtxt p.more {
  margin-top: 10px;
}
.area-hotel_list .body .hotels .hotel .places .place h4 {
  font-size: 16px;
  color: #005BAD;
}
.area-hotel_list .body .hotels .hotel .places .place h5 {
  background: #005BAD;
  border-radius: 10px;
  padding: 0.5em;
  color: #fff;
  font-size: 16px;
  margin: 1em 0;
  margin-top: 1.5em;
}
.area-hotel_list .body .hotels .hotel .places .place h5::before {
  content: "●";
  display: inline-block;
  font-size: 12px;
  margin-right: 0.5em;
}
.area-hotel_list .body .hotels .hotel .places .place ul {
  margin: 0;
  font-size: 15px;
}
.area-hotel_list .body .hotels .hotel .places .place ul li {
  display: flex;
}
.area-hotel_list .body .hotels .hotel .places .place ul li::before {
  content: "・";
  display: block;
  color: #005BAD;
}
.area-hotel_list .body .hotels .hotel p.more {
  margin-top: 40px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.area-hotel_list .body .hotels .hotel p.more a {
  display: inline-block;
  padding: 0.8em 2em;
  padding-right: 3em;
  border-radius: 100px;
  background: #D6665B url(../images/special/discount_plan/arw02.svg) calc(100% - 10px) 50% no-repeat;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-hotel_list {
    padding: 70px 100px;
  }
  .area-hotel_list .inner {
    max-width: 1200px;
    margin-inline: auto;
  }
  .area-hotel_list .body .hotels .hotel {
    padding: 70px;
    margin-bottom: 60px;
    border-radius: 50px;
  }
  .area-hotel_list .body .hotels .hotel h3 {
    font-size: 32px;
    margin-bottom: 1em;
  }
  .area-hotel_list .body .hotels .hotel .places {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto 1fr auto;
    margin-bottom: 0px;
  }
  .area-hotel_list .body .hotels .hotel .places .place.is_txt {
    margin-bottom: 0px;
  }
  .area-hotel_list .body .hotels .hotel .places .place .imgtxt p.more {
    margin-top: 20px;
  }
  .area-hotel_list .body .hotels .hotel p.more {
    margin-top: 20px;
  }
}

.area-regist {
  background: url(../images/special/discount_plan/bg01_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 45px 20px;
}
.area-regist .inner .title-body .title p.lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.area-regist .inner .title-body .body p.more {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
}
.area-regist .inner .title-body .body p.more a {
  display: block;
  padding: 0.8em;
  border-radius: 100px;
  background: #D6665B url(../images/special/discount_plan/arw02.svg) calc(100% - 10px) 50% no-repeat;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .area-regist {
    background: url(../images/special/discount_plan/bg01.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 72px 100px;
  }
  .area-regist .inner .title-body .title p.lead {
    font-size: 28px;
  }
  .area-regist .inner .title-body .body p.more {
    margin-top: 30px;
    font-size: 18px;
  }
  .area-regist .inner .title-body .body p.more a {
    display: inline-block;
    padding-right: 3em;
    padding-left: 2em;
  }
}

.c-title-area {
  text-align: center;
  margin-bottom: 30px;
}
.c-title-area p.en {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
.c-title-area p.en::first-letter {
  font-size: 50px;
  color: #006E33;
}
.c-title-area h2 {
  font-size: 18px;
}
.c-title-area.is_blue p.en::first-letter {
  color: #005BAD;
}
@media screen and (min-width: 1025px) {
  .c-title-area {
    margin-bottom: 48px;
  }
  .c-title-area p.en {
    font-size: 49px;
  }
  .c-title-area p.en::first-letter {
    font-size: 76px;
  }
  .c-title-area h2 {
    font-size: 28px;
  }
}

/*# sourceMappingURL=special_discount.css.map */
