@charset "utf-8";
/* 22/1/20より新規作成＊PCSP共通CSS */
.is-sp .is-dsp-pc, .is-pc .is-dsp-sp {
  display: none;
}
/*Legendary Experience*/
.is-pc .legendary {
  clear: both;
}
.is-pc .legendary {
  background-color: #fff;
  margin-bottom: 50px;
  border-top: 8px solid #e45f4c;
  padding: 36px 30px 47px;
}
.is-pc .legendary__title {
  margin-bottom: 30px;
  text-align: center;
}
.is-pc .legendary__intro {
  text-align: center;
  font-weight: bold;
  margin: 0 0 40px;
}
.is-pc .topic__wrapper {
  margin-bottom: 50px;
}
.is-pc .legendary .topic {
  display: flex;
  align-items: center;
  min-height: 300px;
}
.is-pc .legendary .topic:nth-child(odd) .topic__photo {
  order: 2;
  margin-left: 40px;
}
.is-pc .legendary .topic:nth-child(even) .topic__photo {
  margin-right: 40px;
}
.is-pc.is-anne .legendary .topic:nth-child(1) .topic__detail {
  margin-top: -110px;
}
.is-pc.is-anne .legendary .topic:nth-child(2) {
  margin-top: -75px;
}
.is-pc.is-anne .legendary .topic:nth-child(3) {
  margin-top: -30px;
}
.is-pc.is-canadianrockies .legendary .topic:nth-child(1) .topic__detail {
  margin-top: -165px;
}
.is-pc.is-canadianrockies .legendary .topic:nth-child(2) {
  margin-top: -135px;
}
.is-pc.is-canadianrockies .legendary .topic:nth-child(2) .topic__detail {
  margin-top: 55px;
}
.is-pc.is-canadianrockies .legendary .topic:nth-child(3) {
  margin-top: -75px;
}
.is-pc.is-aurora .legendary .topic:nth-child(1) .topic__detail {
  margin-top: -110px;
}
.is-pc.is-aurora .legendary .topic:nth-child(2) {
  margin-top: -80px;
  background: url(../img/aurora/legendary_img3_pc.png) right 260px no-repeat;
}
.is-pc.is-aurora .legendary .topic:nth-child(2) .topic__detail {
  margin-top: -50px;
}
.is-pc.is-aurora .legendary .topic:nth-child(3) {
  margin-top: -30px;
}
/*.is-pc.is-niagara .legendary .topic:nth-child(1) .topic__detail {
  margin-top: -110px;
}
.is-pc.is-niagara .legendary .topic:nth-child(2) {
  margin-top: -75px;
}
.is-pc.is-niagara .legendary .topic:nth-child(3) {
  margin-top: -30px;
}*/
.legendary .topic__title {
  color: #e45f4c;
  display: block;
}
.is-pc .legendary .topic__title {
  font-size: 20px !important;
  line-height: calc(30 / 20);
}
.is-pc .legendary .tour__title {
  display: block;
  background-color: #e45f4c;
  color: #fff;
  padding: 10px 0 10px 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}
.is-pc .tour__product {
  margin: 0 20px 20px;
  clear: both;
  overflow: hidden;
}
.is-pc .tour__product--item {
  width: 412px;
  float: left;
}
.is-pc .tour__product--item:nth-child(odd) {
  margin-right: 36px;
}
.is-pc .tour__product--inner {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.is-pc .tour__product--photo {
  float: left;
  margin-right: 10px;
}
.is-pc .tour__product--detail {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
.is-pc .tour__product--price {
  text-align: right;
  display: block;
  margin-top: 12px;
  color: #ff0000;
}
.is-pc .tour__product--button {
  margin-left: 230px;
}
.is-pc .tour__product--button:hover, .is-pc .tour__product--detail:hover, .legendary .bnr:hover {
  opacity: .8;
}
/**/
.is-sp .legendary {
  margin-top: calc(70vw / 7.5);
}
.is-sp .legendary img {
  width: 100%;
}
.is-sp .legendary__obi, .is-sp .tour__title {
  background-color: #e45f4c;
  padding: 0.5em 3.1%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
  text-align: center;
}
.is-sp .legendary__intro {
  font-weight: bold;
  margin: 0 0 calc(28vw / 7.5);
}
.is-sp .legendary__title {
  margin-bottom: calc(5vw / 7.5);
}
.is-sp .legendary .topic__wrapper {
  margin-bottom: calc(28vw / 7.5);
}
.is-sp .legendary .cnts {
  padding: 0 calc(20vw / 7.5);
}
.is-sp .legendary .topic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.is-sp .legendary .topic__title {
  font-size: 120% !important;
  line-height: 1.8;
}
.is-sp .legendary .topic__photo {
  margin-bottom: calc(20vw / 7.5);
}
.is-sp .legendary .tour {
  padding: 0;
  margin: 0 0 2em 0;
}
.is-sp .legendary .cnts p {
  margin-bottom: 1rem;
}
/**/
